@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-06-01T03:47:02.843655311Z[Etc/UTC]") public class ResponseWrapperListApproveTokenOutListResponse extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private Integer |
code |
private String |
message |
private List<ApproveTokenOutListResponse> |
result |
| 构造器和说明 |
|---|
ResponseWrapperListApproveTokenOutListResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseWrapperListApproveTokenOutListResponse |
addResultItem(ApproveTokenOutListResponse resultItem) |
ResponseWrapperListApproveTokenOutListResponse |
code(Integer code) |
boolean |
equals(Object o) |
Integer |
getCode()
Code 1:Success
|
String |
getMessage()
Response message
|
List<ApproveTokenOutListResponse> |
getResult()
Response result
|
int |
hashCode() |
ResponseWrapperListApproveTokenOutListResponse |
message(String message) |
ResponseWrapperListApproveTokenOutListResponse |
result(List<ApproveTokenOutListResponse> result) |
void |
setCode(Integer code) |
void |
setMessage(String message) |
void |
setResult(List<ApproveTokenOutListResponse> 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<ApproveTokenOutListResponse> result
public ResponseWrapperListApproveTokenOutListResponse()
public ResponseWrapperListApproveTokenOutListResponse code(Integer code)
public Integer getCode()
public void setCode(Integer code)
public ResponseWrapperListApproveTokenOutListResponse message(String message)
public String getMessage()
public void setMessage(String message)
public ResponseWrapperListApproveTokenOutListResponse result(List<ApproveTokenOutListResponse> result)
public ResponseWrapperListApproveTokenOutListResponse addResultItem(ApproveTokenOutListResponse resultItem)
public List<ApproveTokenOutListResponse> getResult()
public void setResult(List<ApproveTokenOutListResponse> result)
Copyright © 2023. All rights reserved.