@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class Plan extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Plan.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_CASES_COUNT |
static String |
SERIALIZED_NAME_CREATED |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_TITLE |
static String |
SERIALIZED_NAME_UPDATED |
static String |
SERIALIZED_NAME_UPDATED_AT |
| Constructor and Description |
|---|
Plan() |
| Modifier and Type | Method and Description |
|---|---|
Plan |
casesCount(Integer casesCount) |
Plan |
created(String created) |
Plan |
createdAt(String createdAt) |
Plan |
description(String description) |
boolean |
equals(Object o) |
static Plan |
fromJson(String jsonString)
Create an instance of Plan given an JSON string
|
Integer |
getCasesCount()
Get casesCount
|
String |
getCreated()
Deprecated.
|
String |
getCreatedAt()
Get createdAt
|
String |
getDescription()
Get description
|
Long |
getId()
Get id
|
String |
getTitle()
Get title
|
String |
getUpdated()
Deprecated.
|
String |
getUpdatedAt()
Get updatedAt
|
int |
hashCode() |
Plan |
id(Long id) |
void |
setCasesCount(Integer casesCount) |
void |
setCreated(String created) |
void |
setCreatedAt(String createdAt) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setTitle(String title) |
void |
setUpdated(String updated) |
void |
setUpdatedAt(String updatedAt) |
Plan |
title(String title) |
String |
toJson()
Convert an instance of Plan to an JSON string
|
String |
toString() |
Plan |
updated(String updated) |
Plan |
updatedAt(String updatedAt) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_CASES_COUNT
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_UPDATED_AT
public static final String SERIALIZED_NAME_CREATED
public static final String SERIALIZED_NAME_UPDATED
public void setId(Long id)
public void setTitle(String title)
public void setDescription(String description)
public void setCasesCount(Integer casesCount)
public void setCreatedAt(String createdAt)
public void setUpdatedAt(String updatedAt)
@Deprecated @Nullable public String getCreated()
public void setCreated(String created)
@Deprecated @Nullable public String getUpdated()
public void setUpdated(String updated)
public static Plan fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to Planpublic String toJson()
Copyright © 2023. All rights reserved.