Package io.gopluslabs.client.model
Class ResponseWrapperContractApproveResponse
- java.lang.Object
-
- io.gopluslabs.client.model.ResponseWrapperContractApproveResponse
-
public class ResponseWrapperContractApproveResponse extends Object
ResponseWrapperContractApproveResponse
-
-
Constructor Summary
Constructors Constructor Description ResponseWrapperContractApproveResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseWrapperContractApproveResponsecode(Integer code)booleanequals(Object o)IntegergetCode()Code 1: SuccessStringgetMessage()Response messageContractApproveResponsegetResult()Get resultinthashCode()ResponseWrapperContractApproveResponsemessage(String message)ResponseWrapperContractApproveResponseresult(ContractApproveResponse result)voidsetCode(Integer code)voidsetMessage(String message)voidsetResult(ContractApproveResponse result)private StringtoIndentedString(Object o)Convert the given object to string with each line indented by 4 spaces (except the first line).StringtoString()
-
-
-
Field Detail
-
code
@SerializedName("code") private Integer code
-
message
@SerializedName("message") private String message
-
result
@SerializedName("result") private ContractApproveResponse result
-
-
Method Detail
-
code
public ResponseWrapperContractApproveResponse code(Integer code)
-
getCode
public Integer getCode()
Code 1: Success- Returns:
- code
-
setCode
public void setCode(Integer code)
-
message
public ResponseWrapperContractApproveResponse message(String message)
-
getMessage
public String getMessage()
Response message- Returns:
- message
-
setMessage
public void setMessage(String message)
-
result
public ResponseWrapperContractApproveResponse result(ContractApproveResponse result)
-
getResult
public ContractApproveResponse getResult()
Get result- Returns:
- result
-
setResult
public void setResult(ContractApproveResponse result)
-
-