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