@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-05-29T10:07:43.604473306Z[Etc/UTC]") public class ApproveAddressInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
contractName |
private String |
creatorAddress |
private Long |
deployedTime |
private Integer |
doubtList |
private Integer |
isContract |
private Integer |
isOpenSource |
private List<String> |
maliciousBehavior |
private String |
tag |
private Integer |
trustList |
| 构造器和说明 |
|---|
ApproveAddressInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
ApproveAddressInfo |
addMaliciousBehaviorItem(String maliciousBehaviorItem) |
ApproveAddressInfo |
contractName(String contractName) |
ApproveAddressInfo |
creatorAddress(String creatorAddress) |
ApproveAddressInfo |
deployedTime(Long deployedTime) |
ApproveAddressInfo |
doubtList(Integer doubtList) |
boolean |
equals(Object o) |
String |
getContractName()
Spender name
|
String |
getCreatorAddress()
Spender's deployer
|
Long |
getDeployedTime()
Spender's deployed time
|
Integer |
getDoubtList()
Whether the spender has a history of malicious behavior or contains high risk.
|
Integer |
getIsContract()
Whether the spender is a contract.
|
Integer |
getIsOpenSource()
Whether the spender is verified on blockchain explorer.
|
List<String> |
getMaliciousBehavior()
Specific malicious behaviors or risks of this spender.
|
String |
getTag()
Spender tag
|
Integer |
getTrustList()
Whether the spender is on the whitelist, and can be trusted
|
int |
hashCode() |
ApproveAddressInfo |
isContract(Integer isContract) |
ApproveAddressInfo |
isOpenSource(Integer isOpenSource) |
ApproveAddressInfo |
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 |
setMaliciousBehavior(List<String> maliciousBehavior) |
void |
setTag(String tag) |
void |
setTrustList(Integer trustList) |
ApproveAddressInfo |
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() |
ApproveAddressInfo |
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="malicious_behavior") private List<String> maliciousBehavior
@SerializedName(value="tag") private String tag
@SerializedName(value="trust_list") private Integer trustList
public ApproveAddressInfo contractName(String contractName)
public String getContractName()
public void setContractName(String contractName)
public ApproveAddressInfo creatorAddress(String creatorAddress)
public String getCreatorAddress()
public void setCreatorAddress(String creatorAddress)
public ApproveAddressInfo deployedTime(Long deployedTime)
public Long getDeployedTime()
public void setDeployedTime(Long deployedTime)
public ApproveAddressInfo doubtList(Integer doubtList)
public Integer getDoubtList()
public void setDoubtList(Integer doubtList)
public ApproveAddressInfo isContract(Integer isContract)
public Integer getIsContract()
public void setIsContract(Integer isContract)
public ApproveAddressInfo isOpenSource(Integer isOpenSource)
public Integer getIsOpenSource()
public void setIsOpenSource(Integer isOpenSource)
public ApproveAddressInfo maliciousBehavior(List<String> maliciousBehavior)
public ApproveAddressInfo addMaliciousBehaviorItem(String maliciousBehaviorItem)
public List<String> getMaliciousBehavior()
public ApproveAddressInfo tag(String tag)
public String getTag()
public void setTag(String tag)
public ApproveAddressInfo trustList(Integer trustList)
public Integer getTrustList()
public void setTrustList(Integer trustList)
Copyright © 2023. All rights reserved.