Class GatewayPolicyDeploymentDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.GatewayPolicyDeploymentDTO
-
public class GatewayPolicyDeploymentDTO extends Object
GatewayPolicyDeploymentDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_GATEWAY_DEPLOYMENTstatic StringSERIALIZED_NAME_GATEWAY_LABELstatic StringSERIALIZED_NAME_MAPPING_U_U_I_D
-
Constructor Summary
Constructors Constructor Description GatewayPolicyDeploymentDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)GatewayPolicyDeploymentDTOgatewayDeployment(Boolean gatewayDeployment)GatewayPolicyDeploymentDTOgatewayLabel(String gatewayLabel)StringgetGatewayLabel()Get gatewayLabelStringgetMappingUUID()Get mappingUUIDinthashCode()BooleanisGatewayDeployment()Get gatewayDeploymentGatewayPolicyDeploymentDTOmappingUUID(String mappingUUID)voidsetGatewayDeployment(Boolean gatewayDeployment)voidsetGatewayLabel(String gatewayLabel)voidsetMappingUUID(String mappingUUID)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_GATEWAY_LABEL
public static final String SERIALIZED_NAME_GATEWAY_LABEL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GATEWAY_DEPLOYMENT
public static final String SERIALIZED_NAME_GATEWAY_DEPLOYMENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MAPPING_U_U_I_D
public static final String SERIALIZED_NAME_MAPPING_U_U_I_D
- See Also:
- Constant Field Values
-
-
Method Detail
-
gatewayLabel
public GatewayPolicyDeploymentDTO gatewayLabel(String gatewayLabel)
-
getGatewayLabel
public String getGatewayLabel()
Get gatewayLabel- Returns:
- gatewayLabel
-
setGatewayLabel
public void setGatewayLabel(String gatewayLabel)
-
gatewayDeployment
public GatewayPolicyDeploymentDTO gatewayDeployment(Boolean gatewayDeployment)
-
isGatewayDeployment
public Boolean isGatewayDeployment()
Get gatewayDeployment- Returns:
- gatewayDeployment
-
setGatewayDeployment
public void setGatewayDeployment(Boolean gatewayDeployment)
-
mappingUUID
public GatewayPolicyDeploymentDTO mappingUUID(String mappingUUID)
-
setMappingUUID
public void setMappingUUID(String mappingUUID)
-
-