public class ApplicationAttributeDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ATTRIBUTE |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_HIDDEN |
static String |
SERIALIZED_NAME_REQUIRED |
static String |
SERIALIZED_NAME_TOOLTIP |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
ApplicationAttributeDTO() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationAttributeDTO |
attribute(String attribute) |
ApplicationAttributeDTO |
description(String description) |
boolean |
equals(Object o) |
String |
getAttribute()
the name of the attribute
|
String |
getDescription()
description of the application attribute
|
String |
getHidden()
whether this is a hidden attribute
|
String |
getRequired()
whether this is a required attribute
|
String |
getTooltip()
tooltop to display for the input element
|
String |
getType()
type of the input element to display
|
int |
hashCode() |
ApplicationAttributeDTO |
hidden(String hidden) |
ApplicationAttributeDTO |
required(String required) |
void |
setAttribute(String attribute) |
void |
setDescription(String description) |
void |
setHidden(String hidden) |
void |
setRequired(String required) |
void |
setTooltip(String tooltip) |
void |
setType(String type) |
ApplicationAttributeDTO |
tooltip(String tooltip) |
String |
toString() |
ApplicationAttributeDTO |
type(String type) |
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TOOLTIP
public static final String SERIALIZED_NAME_REQUIRED
public static final String SERIALIZED_NAME_ATTRIBUTE
public static final String SERIALIZED_NAME_HIDDEN
public ApplicationAttributeDTO description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public ApplicationAttributeDTO type(String type)
public void setType(String type)
public ApplicationAttributeDTO tooltip(String tooltip)
@Nullable public String getTooltip()
public void setTooltip(String tooltip)
public ApplicationAttributeDTO required(String required)
@Nullable public String getRequired()
public void setRequired(String required)
public ApplicationAttributeDTO attribute(String attribute)
public void setAttribute(String attribute)
public ApplicationAttributeDTO hidden(String hidden)
public void setHidden(String hidden)
Copyright © 2021 WSO2 Inc. All rights reserved.