@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-05-29T10:07:43.604473306Z[Etc/UTC]") public class ResponseWrapperGetDefiInfoResult extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private Integer |
approvalAbuse |
private Integer |
blacklist |
private String |
contractName |
private Integer |
isOpenSource |
private Integer |
isProxy |
private io.swagger.client.model.ResponseWrapperGetDefiInfoResultOwner |
owner |
private Integer |
privilegeWithdraw |
private String |
selfdestruct |
private Integer |
withdrawMissing |
| 构造器和说明 |
|---|
ResponseWrapperGetDefiInfoResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseWrapperGetDefiInfoResult |
approvalAbuse(Integer approvalAbuse) |
ResponseWrapperGetDefiInfoResult |
blacklist(Integer blacklist) |
ResponseWrapperGetDefiInfoResult |
contractName(String contractName) |
boolean |
equals(Object o) |
Integer |
getApprovalAbuse()
It describes whether the owner can spend the allowance that obtained by the contract.
|
Integer |
getBlacklist()
It describes whether the contract has blacklist function that would block user from withdrawing their assets.
|
String |
getContractName()
Name of the contract.
|
Integer |
getIsOpenSource()
It describes whether this contract is open source.
|
Integer |
getIsProxy()
It describes whether this contract has a proxy contract.
|
io.swagger.client.model.ResponseWrapperGetDefiInfoResultOwner |
getOwner()
Get owner
|
Integer |
getPrivilegeWithdraw()
It descirbes whether the contract owner can withdraw all the assets in the contract, without uses' permission.
|
String |
getSelfdestruct()
It describes whether this contract can self destruct.
|
Integer |
getWithdrawMissing()
It describes whether the contract lacks withdrawal method.
|
int |
hashCode() |
ResponseWrapperGetDefiInfoResult |
isOpenSource(Integer isOpenSource) |
ResponseWrapperGetDefiInfoResult |
isProxy(Integer isProxy) |
ResponseWrapperGetDefiInfoResult |
owner(io.swagger.client.model.ResponseWrapperGetDefiInfoResultOwner owner) |
ResponseWrapperGetDefiInfoResult |
privilegeWithdraw(Integer privilegeWithdraw) |
ResponseWrapperGetDefiInfoResult |
selfdestruct(String selfdestruct) |
void |
setApprovalAbuse(Integer approvalAbuse) |
void |
setBlacklist(Integer blacklist) |
void |
setContractName(String contractName) |
void |
setIsOpenSource(Integer isOpenSource) |
void |
setIsProxy(Integer isProxy) |
void |
setOwner(io.swagger.client.model.ResponseWrapperGetDefiInfoResultOwner owner) |
void |
setPrivilegeWithdraw(Integer privilegeWithdraw) |
void |
setSelfdestruct(String selfdestruct) |
void |
setWithdrawMissing(Integer withdrawMissing) |
private String |
toIndentedString(Object o)
Convert the given object to string with each line indented by 4 spaces
(except the first line).
|
String |
toString() |
ResponseWrapperGetDefiInfoResult |
withdrawMissing(Integer withdrawMissing) |
@SerializedName(value="owner") private io.swagger.client.model.ResponseWrapperGetDefiInfoResultOwner owner
@SerializedName(value="privilege_withdraw") private Integer privilegeWithdraw
@SerializedName(value="withdraw_missing") private Integer withdrawMissing
@SerializedName(value="is_open_source") private Integer isOpenSource
@SerializedName(value="blacklist") private Integer blacklist
@SerializedName(value="contract_name") private String contractName
@SerializedName(value="selfdestruct") private String selfdestruct
@SerializedName(value="is_proxy") private Integer isProxy
@SerializedName(value="approval_abuse") private Integer approvalAbuse
public ResponseWrapperGetDefiInfoResult owner(io.swagger.client.model.ResponseWrapperGetDefiInfoResultOwner owner)
public io.swagger.client.model.ResponseWrapperGetDefiInfoResultOwner getOwner()
public void setOwner(io.swagger.client.model.ResponseWrapperGetDefiInfoResultOwner owner)
public ResponseWrapperGetDefiInfoResult privilegeWithdraw(Integer privilegeWithdraw)
public Integer getPrivilegeWithdraw()
public void setPrivilegeWithdraw(Integer privilegeWithdraw)
public ResponseWrapperGetDefiInfoResult withdrawMissing(Integer withdrawMissing)
public Integer getWithdrawMissing()
public void setWithdrawMissing(Integer withdrawMissing)
public ResponseWrapperGetDefiInfoResult isOpenSource(Integer isOpenSource)
public Integer getIsOpenSource()
public void setIsOpenSource(Integer isOpenSource)
public ResponseWrapperGetDefiInfoResult blacklist(Integer blacklist)
public Integer getBlacklist()
public void setBlacklist(Integer blacklist)
public ResponseWrapperGetDefiInfoResult contractName(String contractName)
public String getContractName()
public void setContractName(String contractName)
public ResponseWrapperGetDefiInfoResult selfdestruct(String selfdestruct)
public String getSelfdestruct()
public void setSelfdestruct(String selfdestruct)
public ResponseWrapperGetDefiInfoResult isProxy(Integer isProxy)
public Integer getIsProxy()
public void setIsProxy(Integer isProxy)
public ResponseWrapperGetDefiInfoResult approvalAbuse(Integer approvalAbuse)
public Integer getApprovalAbuse()
public void setApprovalAbuse(Integer approvalAbuse)
Copyright © 2023. All rights reserved.