public class EnvironmentDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DISPLAY_NAME |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_SERVER_URL |
static String |
SERIALIZED_NAME_SHOW_IN_API_CONSOLE |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_VHOSTS |
| Constructor and Description |
|---|
EnvironmentDTO() |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentDTO |
displayName(String displayName) |
boolean |
equals(Object o) |
String |
getDisplayName()
Get displayName
|
String |
getName()
Get name
|
String |
getServerUrl()
Get serverUrl
|
String |
getType()
Get type
|
List<VHostDTO> |
getVhosts()
Get vhosts
|
int |
hashCode() |
Boolean |
isShowInApiConsole()
Get showInApiConsole
|
EnvironmentDTO |
name(String name) |
EnvironmentDTO |
serverUrl(String serverUrl) |
void |
setDisplayName(String displayName) |
void |
setName(String name) |
void |
setServerUrl(String serverUrl) |
void |
setShowInApiConsole(Boolean showInApiConsole) |
void |
setType(String type) |
void |
setVhosts(List<VHostDTO> vhosts) |
EnvironmentDTO |
showInApiConsole(Boolean showInApiConsole) |
String |
toString() |
EnvironmentDTO |
type(String type) |
EnvironmentDTO |
vhosts(List<VHostDTO> vhosts) |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DISPLAY_NAME
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_SERVER_URL
public static final String SERIALIZED_NAME_SHOW_IN_API_CONSOLE
public static final String SERIALIZED_NAME_VHOSTS
public EnvironmentDTO name(String name)
public String getName()
public void setName(String name)
public EnvironmentDTO displayName(String displayName)
public void setDisplayName(String displayName)
public EnvironmentDTO type(String type)
public String getType()
public void setType(String type)
public EnvironmentDTO serverUrl(String serverUrl)
public String getServerUrl()
public void setServerUrl(String serverUrl)
public EnvironmentDTO showInApiConsole(Boolean showInApiConsole)
public Boolean isShowInApiConsole()
public void setShowInApiConsole(Boolean showInApiConsole)
public EnvironmentDTO vhosts(List<VHostDTO> vhosts)
Copyright © 2021 WSO2 Inc. All rights reserved.