@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-11-04T01:02:11.281898+03:00[Europe/Moscow]") public class EnvironmentUpdate extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EnvironmentUpdate.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_HOST |
static String |
SERIALIZED_NAME_SLUG |
static String |
SERIALIZED_NAME_TITLE |
| Constructor and Description |
|---|
EnvironmentUpdate() |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentUpdate |
description(String description) |
boolean |
equals(Object o) |
static EnvironmentUpdate |
fromJson(String jsonString)
Create an instance of EnvironmentUpdate given an JSON string
|
String |
getDescription()
Get description
|
String |
getHost()
Get host
|
String |
getSlug()
Get slug
|
String |
getTitle()
Get title
|
int |
hashCode() |
EnvironmentUpdate |
host(String host) |
void |
setDescription(String description) |
void |
setHost(String host) |
void |
setSlug(String slug) |
void |
setTitle(String title) |
EnvironmentUpdate |
slug(String slug) |
EnvironmentUpdate |
title(String title) |
String |
toJson()
Convert an instance of EnvironmentUpdate 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_SLUG
public static final String SERIALIZED_NAME_HOST
public EnvironmentUpdate title(String title)
public void setTitle(String title)
public EnvironmentUpdate description(String description)
public void setDescription(String description)
public EnvironmentUpdate slug(String slug)
public void setSlug(String slug)
public EnvironmentUpdate host(String host)
public void setHost(String host)
public static EnvironmentUpdate fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to EnvironmentUpdatepublic String toJson()
Copyright © 2023. All rights reserved.