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