@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-05-09T06:36:48.873Z") public class Environment extends Object
| Constructor and Description |
|---|
Environment() |
| Modifier and Type | Method and Description |
|---|---|
Environment |
endpoints(EnvironmentEndpoints endpoints) |
boolean |
equals(Object o) |
EnvironmentEndpoints |
getEndpoints()
Get endpoints
|
String |
getName()
Get name
|
String |
getServerUrl()
Get serverUrl
|
Boolean |
getShowInApiConsole()
Get showInApiConsole
|
String |
getType()
Get type
|
int |
hashCode() |
Environment |
name(String name) |
Environment |
serverUrl(String serverUrl) |
void |
setEndpoints(EnvironmentEndpoints endpoints) |
void |
setName(String name) |
void |
setServerUrl(String serverUrl) |
void |
setShowInApiConsole(Boolean showInApiConsole) |
void |
setType(String type) |
Environment |
showInApiConsole(Boolean showInApiConsole) |
String |
toString() |
Environment |
type(String type) |
public Environment name(String name)
public String getName()
public void setName(String name)
public Environment type(String type)
public String getType()
public void setType(String type)
public Environment serverUrl(String serverUrl)
public String getServerUrl()
public void setServerUrl(String serverUrl)
public Environment showInApiConsole(Boolean showInApiConsole)
public Boolean getShowInApiConsole()
public void setShowInApiConsole(Boolean showInApiConsole)
public Environment endpoints(EnvironmentEndpoints endpoints)
public EnvironmentEndpoints getEndpoints()
public void setEndpoints(EnvironmentEndpoints endpoints)
Copyright © 2017 WSO2. All rights reserved.