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