@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-05-29T10:07:43.604473306Z[Etc/UTC]") public class ResponseWrapperListApproveNFT1155ListResponse extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private Integer |
code |
private String |
message |
private List<ApproveNFT1155ListResponse> |
result |
| 构造器和说明 |
|---|
ResponseWrapperListApproveNFT1155ListResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseWrapperListApproveNFT1155ListResponse |
addResultItem(ApproveNFT1155ListResponse resultItem) |
ResponseWrapperListApproveNFT1155ListResponse |
code(Integer code) |
boolean |
equals(Object o) |
Integer |
getCode()
Code 1:Success
|
String |
getMessage()
Response message
|
List<ApproveNFT1155ListResponse> |
getResult()
Response result
|
int |
hashCode() |
ResponseWrapperListApproveNFT1155ListResponse |
message(String message) |
ResponseWrapperListApproveNFT1155ListResponse |
result(List<ApproveNFT1155ListResponse> result) |
void |
setCode(Integer code) |
void |
setMessage(String message) |
void |
setResult(List<ApproveNFT1155ListResponse> result) |
private String |
toIndentedString(Object o)
Convert the given object to string with each line indented by 4 spaces
(except the first line).
|
String |
toString() |
@SerializedName(value="code") private Integer code
@SerializedName(value="message") private String message
@SerializedName(value="result") private List<ApproveNFT1155ListResponse> result
public ResponseWrapperListApproveNFT1155ListResponse()
public ResponseWrapperListApproveNFT1155ListResponse code(Integer code)
public Integer getCode()
public void setCode(Integer code)
public ResponseWrapperListApproveNFT1155ListResponse message(String message)
public String getMessage()
public void setMessage(String message)
public ResponseWrapperListApproveNFT1155ListResponse result(List<ApproveNFT1155ListResponse> result)
public ResponseWrapperListApproveNFT1155ListResponse addResultItem(ApproveNFT1155ListResponse resultItem)
public List<ApproveNFT1155ListResponse> getResult()
public void setResult(List<ApproveNFT1155ListResponse> result)
Copyright © 2023. All rights reserved.