public class EnvironmentDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DISPLAY_NAME |
static String |
SERIALIZED_NAME_ENDPOINTS |
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() |
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_ENDPOINTS
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 endpoints(EnvironmentEndpointsDTO endpoints)
public EnvironmentEndpointsDTO getEndpoints()
public void setEndpoints(EnvironmentEndpointsDTO endpoints)
public EnvironmentDTO vhosts(List<VHostDTO> vhosts)
Copyright © 2021 WSO2 Inc. All rights reserved.