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