@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class CustomFieldValue extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomFieldValue.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_VALUE |
| Constructor and Description |
|---|
CustomFieldValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static CustomFieldValue |
fromJson(String jsonString)
Create an instance of CustomFieldValue given an JSON string
|
Long |
getId()
Get id
|
String |
getValue()
Get value
|
int |
hashCode() |
CustomFieldValue |
id(Long id) |
void |
setId(Long id) |
void |
setValue(String value) |
String |
toJson()
Convert an instance of CustomFieldValue to an JSON string
|
String |
toString() |
CustomFieldValue |
value(String value) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_VALUE
public CustomFieldValue id(Long id)
public void setId(Long id)
public CustomFieldValue value(String value)
public void setValue(String value)
public static CustomFieldValue fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to CustomFieldValuepublic String toJson()
Copyright © 2023. All rights reserved.