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