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