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