@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-06-01T03:47:02.843655311Z[Etc/UTC]") public class AbiAddressInfo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
contractName |
private Integer |
isContract |
private Integer |
maliciousAddress |
private String |
name |
private String |
standard |
private String |
symbol |
| 构造器和说明 |
|---|
AbiAddressInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
AbiAddressInfo |
contractName(String contractName) |
boolean |
equals(Object o) |
String |
getContractName()
It describes the contract name if the address is a contract.
|
Integer |
getIsContract()
It describes whether the address is a contract.
|
Integer |
getMaliciousAddress()
It describes whether the address is a suspected malicious contract.
|
String |
getName()
It describes the token name if the address is an ERC20 contract.
|
String |
getStandard()
It describes the standard type of the contract.Example:\"erc20\".
|
String |
getSymbol()
It describes the token symbol if the address is an ERC20 contract.
|
int |
hashCode() |
AbiAddressInfo |
isContract(Integer isContract) |
AbiAddressInfo |
maliciousAddress(Integer maliciousAddress) |
AbiAddressInfo |
name(String name) |
void |
setContractName(String contractName) |
void |
setIsContract(Integer isContract) |
void |
setMaliciousAddress(Integer maliciousAddress) |
void |
setName(String name) |
void |
setStandard(String standard) |
void |
setSymbol(String symbol) |
AbiAddressInfo |
standard(String standard) |
AbiAddressInfo |
symbol(String symbol) |
private String |
toIndentedString(Object o)
Convert the given object to string with each line indented by 4 spaces
(except the first line).
|
String |
toString() |
@SerializedName(value="contract_name") private String contractName
@SerializedName(value="is_contract") private Integer isContract
@SerializedName(value="malicious_address") private Integer maliciousAddress
@SerializedName(value="name") private String name
@SerializedName(value="standard") private String standard
@SerializedName(value="symbol") private String symbol
public AbiAddressInfo contractName(String contractName)
public String getContractName()
public void setContractName(String contractName)
public AbiAddressInfo isContract(Integer isContract)
public Integer getIsContract()
public void setIsContract(Integer isContract)
public AbiAddressInfo maliciousAddress(Integer maliciousAddress)
public Integer getMaliciousAddress()
public void setMaliciousAddress(Integer maliciousAddress)
public AbiAddressInfo name(String name)
public String getName()
public void setName(String name)
public AbiAddressInfo standard(String standard)
public String getStandard()
public void setStandard(String standard)
public AbiAddressInfo symbol(String symbol)
public String getSymbol()
public void setSymbol(String symbol)
Copyright © 2023. All rights reserved.