@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class PlanUpdate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PlanUpdate.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 |
|---|
PlanUpdate() |
| Modifier and Type | Method and Description |
|---|---|
PlanUpdate |
addCasesItem(Long casesItem) |
PlanUpdate |
cases(List<Long> cases) |
PlanUpdate |
description(String description) |
boolean |
equals(Object o) |
static PlanUpdate |
fromJson(String jsonString)
Create an instance of PlanUpdate 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) |
PlanUpdate |
title(String title) |
String |
toJson()
Convert an instance of PlanUpdate 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 PlanUpdate title(String title)
public void setTitle(String title)
public PlanUpdate description(String description)
public void setDescription(String description)
public PlanUpdate cases(List<Long> cases)
public PlanUpdate addCasesItem(Long casesItem)
public static PlanUpdate fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to PlanUpdatepublic String toJson()
Copyright © 2023. All rights reserved.