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