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