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