Class DeployResponseDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO
-
public class DeployResponseDTO extends Object
DeployResponseDTO
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeployResponseDTO.DeployStatusEnumThis attribute declares whether deployment task is successfull or failed.
-
Constructor Summary
Constructors Constructor Description DeployResponseDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployResponseDTOdeployStatus(DeployResponseDTO.DeployStatusEnum deployStatus)booleanequals(Object o)DeployResponseDTO.DeployStatusEnumgetDeployStatus()This attribute declares whether deployment task is successfull or failed.StringgetJsonPayload()Attributes that returned after the api deploymentinthashCode()DeployResponseDTOjsonPayload(String jsonPayload)voidsetDeployStatus(DeployResponseDTO.DeployStatusEnum deployStatus)voidsetJsonPayload(String jsonPayload)StringtoString()
-
-
-
Method Detail
-
deployStatus
public DeployResponseDTO deployStatus(DeployResponseDTO.DeployStatusEnum deployStatus)
-
getDeployStatus
public DeployResponseDTO.DeployStatusEnum getDeployStatus()
This attribute declares whether deployment task is successfull or failed.- Returns:
- deployStatus
-
setDeployStatus
public void setDeployStatus(DeployResponseDTO.DeployStatusEnum deployStatus)
-
jsonPayload
public DeployResponseDTO jsonPayload(String jsonPayload)
-
getJsonPayload
public String getJsonPayload()
Attributes that returned after the api deployment- Returns:
- jsonPayload
-
setJsonPayload
public void setJsonPayload(String jsonPayload)
-
-