public class EnvironmentDTO extends Object
| Constructor and Description |
|---|
EnvironmentDTO() |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentDTO |
endpoints(EnvironmentEndpointsDTO endpoints) |
boolean |
equals(Object o) |
EnvironmentEndpointsDTO |
getEndpoints()
Get endpoints
|
String |
getName()
Get name
|
String |
getServerUrl()
Get serverUrl
|
String |
getType()
Get type
|
int |
hashCode() |
Boolean |
isShowInApiConsole()
Get showInApiConsole
|
EnvironmentDTO |
name(String name) |
EnvironmentDTO |
serverUrl(String serverUrl) |
void |
setEndpoints(EnvironmentEndpointsDTO endpoints) |
void |
setName(String name) |
void |
setServerUrl(String serverUrl) |
void |
setShowInApiConsole(Boolean showInApiConsole) |
void |
setType(String type) |
EnvironmentDTO |
showInApiConsole(Boolean showInApiConsole) |
String |
toString() |
EnvironmentDTO |
type(String type) |
public EnvironmentDTO name(String name)
public String getName()
public void setName(String name)
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 endpoints(EnvironmentEndpointsDTO endpoints)
public EnvironmentEndpointsDTO getEndpoints()
public void setEndpoints(EnvironmentEndpointsDTO endpoints)
Copyright © 2020 WSO2 Inc. All rights reserved.