@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-07-06T09:52:32.634171989Z[Etc/UTC]") public class ContractApproveResponse extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
contractName |
private String |
creatorAddress |
private Long |
deployedTime |
private Integer |
doubtList |
private Integer |
isContract |
private Integer |
isOpenSource |
private Integer |
isProxy |
private List<String> |
maliciousBehavior |
private String |
tag |
private Integer |
trustList |
| 构造器和说明 |
|---|
ContractApproveResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
ContractApproveResponse |
addMaliciousBehaviorItem(String maliciousBehaviorItem) |
ContractApproveResponse |
contractName(String contractName) |
ContractApproveResponse |
creatorAddress(String creatorAddress) |
ContractApproveResponse |
deployedTime(Long deployedTime) |
ContractApproveResponse |
doubtList(Integer doubtList) |
boolean |
equals(Object o) |
String |
getContractName()
It describes the approved contract name.
|
String |
getCreatorAddress()
It describes the creator address of the contract.
|
Long |
getDeployedTime()
It describes the deployed time of the contract.
|
Integer |
getDoubtList()
It describes whether the address is a suspected malicious contract.
|
Integer |
getIsContract()
It describes whether the address is a contract.
|
Integer |
getIsOpenSource()
It describes whether this contract is open source.
|
Integer |
getIsProxy()
Whether the spender is a proxy contract.
|
List<String> |
getMaliciousBehavior()
It describes specific malicious behaviors.
|
String |
getTag()
It describes which dapp uses the contract.
|
Integer |
getTrustList()
It describes whether the address is a famous and trustworthy one.
|
int |
hashCode() |
ContractApproveResponse |
isContract(Integer isContract) |
ContractApproveResponse |
isOpenSource(Integer isOpenSource) |
ContractApproveResponse |
isProxy(Integer isProxy) |
ContractApproveResponse |
maliciousBehavior(List<String> maliciousBehavior) |
void |
setContractName(String contractName) |
void |
setCreatorAddress(String creatorAddress) |
void |
setDeployedTime(Long deployedTime) |
void |
setDoubtList(Integer doubtList) |
void |
setIsContract(Integer isContract) |
void |
setIsOpenSource(Integer isOpenSource) |
void |
setIsProxy(Integer isProxy) |
void |
setMaliciousBehavior(List<String> maliciousBehavior) |
void |
setTag(String tag) |
void |
setTrustList(Integer trustList) |
ContractApproveResponse |
tag(String tag) |
private String |
toIndentedString(Object o)
Convert the given object to string with each line indented by 4 spaces
(except the first line).
|
String |
toString() |
ContractApproveResponse |
trustList(Integer trustList) |
@SerializedName(value="contract_name") private String contractName
@SerializedName(value="creator_address") private String creatorAddress
@SerializedName(value="deployed_time") private Long deployedTime
@SerializedName(value="doubt_list") private Integer doubtList
@SerializedName(value="is_contract") private Integer isContract
@SerializedName(value="is_open_source") private Integer isOpenSource
@SerializedName(value="is_proxy") private Integer isProxy
@SerializedName(value="malicious_behavior") private List<String> maliciousBehavior
@SerializedName(value="tag") private String tag
@SerializedName(value="trust_list") private Integer trustList
public ContractApproveResponse contractName(String contractName)
public String getContractName()
public void setContractName(String contractName)
public ContractApproveResponse creatorAddress(String creatorAddress)
public String getCreatorAddress()
public void setCreatorAddress(String creatorAddress)
public ContractApproveResponse deployedTime(Long deployedTime)
public Long getDeployedTime()
public void setDeployedTime(Long deployedTime)
public ContractApproveResponse doubtList(Integer doubtList)
public Integer getDoubtList()
public void setDoubtList(Integer doubtList)
public ContractApproveResponse isContract(Integer isContract)
public Integer getIsContract()
public void setIsContract(Integer isContract)
public ContractApproveResponse isOpenSource(Integer isOpenSource)
public Integer getIsOpenSource()
public void setIsOpenSource(Integer isOpenSource)
public ContractApproveResponse isProxy(Integer isProxy)
public Integer getIsProxy()
public void setIsProxy(Integer isProxy)
public ContractApproveResponse maliciousBehavior(List<String> maliciousBehavior)
public ContractApproveResponse addMaliciousBehaviorItem(String maliciousBehaviorItem)
public List<String> getMaliciousBehavior()
public ContractApproveResponse tag(String tag)
public String getTag()
public void setTag(String tag)
public ContractApproveResponse trustList(Integer trustList)
public Integer getTrustList()
public void setTrustList(Integer trustList)
Copyright © 2023. All rights reserved.