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