Class EnvironmentDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.EnvironmentDTO
EnvironmentDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(List<AdditionalPropertyDTO> additionalProperties) apiDiscoveryScheduledWindow(Integer apiDiscoveryScheduledWindow) description(String description) displayName(String displayName) endpointURIs(List<GatewayEnvironmentProtocolURIDTO> endpointURIs) booleangatewayType(String gatewayType) Get additionalPropertiesThe time window in minutes to schedule the API discovery task.Get descriptionGet displayNameGet endpointURIsGet gatewayTypegetId()Get idgetName()Get nameGet permissionsGet providerGet vhostsinthashCode()Get isReadOnlyisReadOnly(Boolean isReadOnly) permissions(EnvironmentPermissionsDTO permissions) voidsetAdditionalProperties(List<AdditionalPropertyDTO> additionalProperties) voidsetApiDiscoveryScheduledWindow(Integer apiDiscoveryScheduledWindow) voidsetDescription(String description) voidsetDisplayName(String displayName) voidsetEndpointURIs(List<GatewayEnvironmentProtocolURIDTO> endpointURIs) voidsetGatewayType(String gatewayType) voidvoidsetIsReadOnly(Boolean isReadOnly) voidvoidsetPermissions(EnvironmentPermissionsDTO permissions) voidsetProvider(String provider) voidtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DISPLAY_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_PROVIDER
- See Also:
-
SERIALIZED_NAME_GATEWAY_TYPE
- See Also:
-
SERIALIZED_NAME_IS_READ_ONLY
- See Also:
-
SERIALIZED_NAME_API_DISCOVERY_SCHEDULED_WINDOW
- See Also:
-
SERIALIZED_NAME_VHOSTS
- See Also:
-
SERIALIZED_NAME_ENDPOINT_U_R_IS
- See Also:
-
SERIALIZED_NAME_ADDITIONAL_PROPERTIES
- See Also:
-
SERIALIZED_NAME_PERMISSIONS
- See Also:
-
-
Constructor Details
-
EnvironmentDTO
public EnvironmentDTO()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
displayName
-
getDisplayName
Get displayName- Returns:
- displayName
-
setDisplayName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
provider
-
getProvider
Get provider- Returns:
- provider
-
setProvider
-
gatewayType
-
getGatewayType
Get gatewayType- Returns:
- gatewayType
-
setGatewayType
-
isReadOnly
-
isIsReadOnly
Get isReadOnly- Returns:
- isReadOnly
-
setIsReadOnly
-
apiDiscoveryScheduledWindow
-
getApiDiscoveryScheduledWindow
The time window in minutes to schedule the API discovery task. This is used to discover APIs from the API Gateway and update the API list in the environment.- Returns:
- apiDiscoveryScheduledWindow
-
setApiDiscoveryScheduledWindow
-
vhosts
-
getVhosts
Get vhosts- Returns:
- vhosts
-
setVhosts
-
endpointURIs
-
getEndpointURIs
Get endpointURIs- Returns:
- endpointURIs
-
setEndpointURIs
-
additionalProperties
-
getAdditionalProperties
Get additionalProperties- Returns:
- additionalProperties
-
setAdditionalProperties
-
permissions
-
getPermissions
Get permissions- Returns:
- permissions
-
setPermissions
-
equals
-
hashCode
public int hashCode() -
toString
-