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