@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-05-05T13:15:11.022+02:00[Europe/Berlin]") public class FieldValue extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FORMATTED_VALUE |
static String |
JSON_PROPERTY_ICONS |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_VALUE |
| Constructor and Description |
|---|
FieldValue() |
| Modifier and Type | Method and Description |
|---|---|
FieldValue |
addIconsItem(Icon iconsItem) |
boolean |
equals(Object o) |
FieldValue |
formattedValue(String formattedValue) |
String |
getFormattedValue()
The formatted value of the field (only applies for \"simple\" FieldTypes).
|
List<Icon> |
getIcons()
Get icons
|
String |
getName()
The name of the field.
|
Object |
getValue()
The value of the field.
|
int |
hashCode() |
FieldValue |
icons(List<Icon> icons) |
FieldValue |
name(String name) |
void |
setFormattedValue(String formattedValue) |
void |
setIcons(List<Icon> icons) |
void |
setName(String name) |
void |
setValue(Object value) |
String |
toString() |
FieldValue |
value(Object value) |
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_FORMATTED_VALUE
public static final String JSON_PROPERTY_ICONS
public FieldValue name(String name)
public String getName()
public void setName(String name)
public FieldValue value(Object value)
@Nullable public Object getValue()
public void setValue(Object value)
public FieldValue formattedValue(String formattedValue)
@Nullable public String getFormattedValue()
public void setFormattedValue(String formattedValue)
public FieldValue icons(List<Icon> icons)
public FieldValue addIconsItem(Icon iconsItem)
Copyright © 2011–2023 aiticon GmbH. All rights reserved.