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