@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-07-06T09:52:32.634171989Z[Etc/UTC]") public class GetDefiInfoResponseResult extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private Integer |
approvalAbuse |
private Integer |
blacklist |
private String |
contractName |
private Integer |
isOpenSource |
private Integer |
isProxy |
private GetDefiInfoResponseResultOwner |
owner |
private Integer |
privilegeWithdraw |
private Integer |
selfdestruct |
private Integer |
withdrawMissing |
| 构造器和说明 |
|---|
GetDefiInfoResponseResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetDefiInfoResponseResult |
approvalAbuse(Integer approvalAbuse) |
GetDefiInfoResponseResult |
blacklist(Integer blacklist) |
GetDefiInfoResponseResult |
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.
|
GetDefiInfoResponseResultOwner |
getOwner()
Get owner
|
Integer |
getPrivilegeWithdraw()
It descirbes whether the contract owner can withdraw all the assets in the contract, without uses' permission.
|
Integer |
getSelfdestruct()
It describes whether this contract can self destruct.
|
Integer |
getWithdrawMissing()
It describes whether the contract lacks withdrawal method.
|
int |
hashCode() |
GetDefiInfoResponseResult |
isOpenSource(Integer isOpenSource) |
GetDefiInfoResponseResult |
isProxy(Integer isProxy) |
GetDefiInfoResponseResult |
owner(GetDefiInfoResponseResultOwner owner) |
GetDefiInfoResponseResult |
privilegeWithdraw(Integer privilegeWithdraw) |
GetDefiInfoResponseResult |
selfdestruct(Integer selfdestruct) |
void |
setApprovalAbuse(Integer approvalAbuse) |
void |
setBlacklist(Integer blacklist) |
void |
setContractName(String contractName) |
void |
setIsOpenSource(Integer isOpenSource) |
void |
setIsProxy(Integer isProxy) |
void |
setOwner(GetDefiInfoResponseResultOwner owner) |
void |
setPrivilegeWithdraw(Integer privilegeWithdraw) |
void |
setSelfdestruct(Integer 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() |
GetDefiInfoResponseResult |
withdrawMissing(Integer withdrawMissing) |
@SerializedName(value="owner") private GetDefiInfoResponseResultOwner 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 Integer selfdestruct
@SerializedName(value="is_proxy") private Integer isProxy
@SerializedName(value="approval_abuse") private Integer approvalAbuse
public GetDefiInfoResponseResult owner(GetDefiInfoResponseResultOwner owner)
public GetDefiInfoResponseResultOwner getOwner()
public void setOwner(GetDefiInfoResponseResultOwner owner)
public GetDefiInfoResponseResult privilegeWithdraw(Integer privilegeWithdraw)
public Integer getPrivilegeWithdraw()
public void setPrivilegeWithdraw(Integer privilegeWithdraw)
public GetDefiInfoResponseResult withdrawMissing(Integer withdrawMissing)
public Integer getWithdrawMissing()
public void setWithdrawMissing(Integer withdrawMissing)
public GetDefiInfoResponseResult isOpenSource(Integer isOpenSource)
public Integer getIsOpenSource()
public void setIsOpenSource(Integer isOpenSource)
public GetDefiInfoResponseResult blacklist(Integer blacklist)
public Integer getBlacklist()
public void setBlacklist(Integer blacklist)
public GetDefiInfoResponseResult contractName(String contractName)
public String getContractName()
public void setContractName(String contractName)
public GetDefiInfoResponseResult selfdestruct(Integer selfdestruct)
public Integer getSelfdestruct()
public void setSelfdestruct(Integer selfdestruct)
public GetDefiInfoResponseResult isProxy(Integer isProxy)
public Integer getIsProxy()
public void setIsProxy(Integer isProxy)
public GetDefiInfoResponseResult approvalAbuse(Integer approvalAbuse)
public Integer getApprovalAbuse()
public void setApprovalAbuse(Integer approvalAbuse)
Copyright © 2023. All rights reserved.