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