Class DeploymentAcknowledgmentResponseDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.internal.api.dto.DeploymentAcknowledgmentResponseDTO
-
public class DeploymentAcknowledgmentResponseDTO extends Object
DeploymentAcknowledgmentResponseDTO
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeploymentAcknowledgmentResponseDTO.StatusEnumResponse status
-
Constructor Summary
Constructors Constructor Description DeploymentAcknowledgmentResponseDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)DeploymentAcknowledgmentResponseDTO.StatusEnumgetStatus()Response statusinthashCode()voidsetStatus(DeploymentAcknowledgmentResponseDTO.StatusEnum status)DeploymentAcknowledgmentResponseDTOstatus(DeploymentAcknowledgmentResponseDTO.StatusEnum status)StringtoString()
-
-
-
Method Detail
-
status
public DeploymentAcknowledgmentResponseDTO status(DeploymentAcknowledgmentResponseDTO.StatusEnum status)
-
getStatus
public DeploymentAcknowledgmentResponseDTO.StatusEnum getStatus()
Response status- Returns:
- status
-
setStatus
public void setStatus(DeploymentAcknowledgmentResponseDTO.StatusEnum status)
-
-