Class NotifyGatewayPayloadDTO
java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.NotifyGatewayPayloadDTO
NotifyGatewayPayloadDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates the type of payload. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEnvironmentLabelsItem(String environmentLabelsItem) addLoadingTenantsItem(String loadingTenantsItem) environmentLabels(List<String> environmentLabels) booleangatewayProperties(GatewayPropertiesDTO gatewayProperties) A list of environments this gateway supports.The unique identifier assigned to the newly registered gateway.Get gatewayPropertiesList of tenant namesIndicates the type of payload.The timestamp when the heartbeat was generated.inthashCode()loadingTenants(List<String> loadingTenants) payloadType(NotifyGatewayPayloadDTO.PayloadTypeEnum payloadType) voidsetEnvironmentLabels(List<String> environmentLabels) voidsetGatewayId(String gatewayId) voidsetGatewayProperties(GatewayPropertiesDTO gatewayProperties) voidsetLoadingTenants(List<String> loadingTenants) voidsetPayloadType(NotifyGatewayPayloadDTO.PayloadTypeEnum payloadType) voidsetTimeStamp(Long timeStamp) toString()
-
Constructor Details
-
NotifyGatewayPayloadDTO
public NotifyGatewayPayloadDTO()
-
-
Method Details
-
payloadType
-
getPayloadType
Indicates the type of payload. - \"REGISTER\": Gateway registration payload - \"HEARTBEAT\": Heartbeat update payload- Returns:
- payloadType
-
setPayloadType
-
gatewayProperties
-
getGatewayProperties
Get gatewayProperties- Returns:
- gatewayProperties
-
setGatewayProperties
-
loadingTenants
-
addLoadingTenantsItem
-
getLoadingTenants
List of tenant names- Returns:
- loadingTenants
-
setLoadingTenants
-
environmentLabels
-
addEnvironmentLabelsItem
-
getEnvironmentLabels
A list of environments this gateway supports.- Returns:
- environmentLabels
-
setEnvironmentLabels
-
gatewayId
-
getGatewayId
The unique identifier assigned to the newly registered gateway.- Returns:
- gatewayId
-
setGatewayId
-
timeStamp
-
getTimeStamp
The timestamp when the heartbeat was generated.- Returns:
- timeStamp
-
setTimeStamp
-
equals
-
hashCode
public int hashCode() -
toString
-