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