@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-05-05T10:27:06.045046614Z[Etc/UTC]") public class ResponseWrapperJSONObject59da6cfeb2f246e4936a6968cc97141bResultPrivilegedMinting extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getOwnerAddress()
Owner_address describes the owner address.
|
String |
getOwnerType()
\"blackhole\" : the owner is a blackhole address.
|
Integer |
getValue()
The \"value\" describes the status of the risk. null: the contract is not open source or there is a proxy, it is not possible to detect whether the risk exists. -1: the risk is detected but the ownership give up.
|
int |
hashCode() |
ResponseWrapperJSONObject59da6cfeb2f246e4936a6968cc97141bResultPrivilegedMinting |
ownerAddress(String ownerAddress) |
ResponseWrapperJSONObject59da6cfeb2f246e4936a6968cc97141bResultPrivilegedMinting |
ownerType(String ownerType) |
void |
setOwnerAddress(String ownerAddress) |
void |
setOwnerType(String ownerType) |
void |
setValue(Integer value) |
private String |
toIndentedString(Object o)
Convert the given object to string with each line indented by 4 spaces
(except the first line).
|
String |
toString() |
ResponseWrapperJSONObject59da6cfeb2f246e4936a6968cc97141bResultPrivilegedMinting |
value(Integer value) |
@SerializedName(value="owner_address") private String ownerAddress
@SerializedName(value="value") private Integer value
@SerializedName(value="owner_type") private String ownerType
public ResponseWrapperJSONObject59da6cfeb2f246e4936a6968cc97141bResultPrivilegedMinting()
public ResponseWrapperJSONObject59da6cfeb2f246e4936a6968cc97141bResultPrivilegedMinting ownerAddress(String ownerAddress)
public String getOwnerAddress()
public void setOwnerAddress(String ownerAddress)
public ResponseWrapperJSONObject59da6cfeb2f246e4936a6968cc97141bResultPrivilegedMinting value(Integer value)
public Integer getValue()
public void setValue(Integer value)
public ResponseWrapperJSONObject59da6cfeb2f246e4936a6968cc97141bResultPrivilegedMinting ownerType(String ownerType)
public String getOwnerType()
public void setOwnerType(String ownerType)
Copyright © 2023. All rights reserved.