Class DeployResponseDTO
java.lang.Object
org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO
DeployResponseDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThis attribute declares whether deployment task is successfull or failed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeployStatus(DeployResponseDTO.DeployStatusEnum deployStatus) booleanThis attribute declares whether deployment task is successfull or failed.Attributes that returned after the api deploymentinthashCode()jsonPayload(String jsonPayload) voidsetDeployStatus(DeployResponseDTO.DeployStatusEnum deployStatus) voidsetJsonPayload(String jsonPayload) toString()
-
Constructor Details
-
DeployResponseDTO
public DeployResponseDTO()
-
-
Method Details
-
deployStatus
-
getDeployStatus
This attribute declares whether deployment task is successfull or failed.- Returns:
- deployStatus
-
setDeployStatus
-
jsonPayload
-
getJsonPayload
Attributes that returned after the api deployment- Returns:
- jsonPayload
-
setJsonPayload
-
equals
-
hashCode
public int hashCode() -
toString
-