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