Package io.gopluslabs.client.model
Class ResponseWrapperListApproveNFT1155ListResponse
- java.lang.Object
-
- io.gopluslabs.client.model.ResponseWrapperListApproveNFT1155ListResponse
-
public class ResponseWrapperListApproveNFT1155ListResponse extends Object
ResponseWrapperListApproveNFT1155ListResponse
-
-
Constructor Summary
Constructors Constructor Description ResponseWrapperListApproveNFT1155ListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseWrapperListApproveNFT1155ListResponseaddResultItem(ApproveNFT1155ListResponse resultItem)ResponseWrapperListApproveNFT1155ListResponsecode(Integer code)booleanequals(Object o)IntegergetCode()Code 1: SuccessStringgetMessage()Response messageList<ApproveNFT1155ListResponse>getResult()Response resultinthashCode()ResponseWrapperListApproveNFT1155ListResponsemessage(String message)ResponseWrapperListApproveNFT1155ListResponseresult(List<ApproveNFT1155ListResponse> result)voidsetCode(Integer code)voidsetMessage(String message)voidsetResult(List<ApproveNFT1155ListResponse> 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 List<ApproveNFT1155ListResponse> result
-
-
Method Detail
-
code
public ResponseWrapperListApproveNFT1155ListResponse code(Integer code)
-
getCode
public Integer getCode()
Code 1: Success- Returns:
- code
-
setCode
public void setCode(Integer code)
-
message
public ResponseWrapperListApproveNFT1155ListResponse message(String message)
-
getMessage
public String getMessage()
Response message- Returns:
- message
-
setMessage
public void setMessage(String message)
-
result
public ResponseWrapperListApproveNFT1155ListResponse result(List<ApproveNFT1155ListResponse> result)
-
addResultItem
public ResponseWrapperListApproveNFT1155ListResponse addResultItem(ApproveNFT1155ListResponse resultItem)
-
getResult
public List<ApproveNFT1155ListResponse> getResult()
Response result- Returns:
- result
-
setResult
public void setResult(List<ApproveNFT1155ListResponse> result)
-
-