public class DeployResponseDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeployResponseDTO.DeployStatusEnum
This attribute declares whether deployment task is successfull or failed.
|
| Constructor and Description |
|---|
DeployResponseDTO() |
| Modifier and Type | Method and Description |
|---|---|
DeployResponseDTO |
deployStatus(DeployResponseDTO.DeployStatusEnum deployStatus) |
boolean |
equals(Object o) |
DeployResponseDTO.DeployStatusEnum |
getDeployStatus()
This attribute declares whether deployment task is successfull or failed.
|
String |
getJsonPayload()
Attributes that returned after the api deployment
|
int |
hashCode() |
DeployResponseDTO |
jsonPayload(String jsonPayload) |
void |
setDeployStatus(DeployResponseDTO.DeployStatusEnum deployStatus) |
void |
setJsonPayload(String jsonPayload) |
String |
toString() |
public DeployResponseDTO deployStatus(DeployResponseDTO.DeployStatusEnum deployStatus)
public DeployResponseDTO.DeployStatusEnum getDeployStatus()
public void setDeployStatus(DeployResponseDTO.DeployStatusEnum deployStatus)
public DeployResponseDTO jsonPayload(String jsonPayload)
public String getJsonPayload()
public void setJsonPayload(String jsonPayload)
Copyright © 2021 WSO2 Inc. All rights reserved.