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