@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-07-06T09:52:32.634171989Z[Etc/UTC]") public class ResponseWrapperGetNftInfoResultPrivilegedMinting extends Object
| 构造器和说明 |
|---|
ResponseWrapperGetNftInfoResultPrivilegedMinting() |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
ResponseWrapperGetNftInfoResultPrivilegedMinting |
ownerAddress(String ownerAddress) |
ResponseWrapperGetNftInfoResultPrivilegedMinting |
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() |
ResponseWrapperGetNftInfoResultPrivilegedMinting |
value(Integer value) |
@SerializedName(value="owner_address") private String ownerAddress
@SerializedName(value="value") private Integer value
@SerializedName(value="owner_type") private String ownerType
public ResponseWrapperGetNftInfoResultPrivilegedMinting()
public ResponseWrapperGetNftInfoResultPrivilegedMinting ownerAddress(String ownerAddress)
public String getOwnerAddress()
public void setOwnerAddress(String ownerAddress)
public ResponseWrapperGetNftInfoResultPrivilegedMinting value(Integer value)
public Integer getValue()
public void setValue(Integer value)
public ResponseWrapperGetNftInfoResultPrivilegedMinting ownerType(String ownerType)
public String getOwnerType()
public void setOwnerType(String ownerType)
Copyright © 2023. All rights reserved.