public class ResponseWrapperTokenSecurityFakeToken extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
trueTokenAddress |
private Integer |
value |
| 构造器和说明 |
|---|
ResponseWrapperTokenSecurityFakeToken() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getTrueTokenAddress()
If the value is set to 1, and true_token_address is the address of the authentic mainstream asset that the token is imitating on this public chain.
|
Integer |
getValue()
If the value is set to 1, and true_token_address is the address of the authentic mainstream asset that the token is imitating on this public chain.
|
int |
hashCode() |
void |
setTrueTokenAddress(String trueTokenAddress) |
void |
setValue(Integer value) |
private String |
toIndentedString(Object o)
Convert the given object to string with each line indented by 4 spaces
(except the first line).
|
String |
toString() |
ResponseWrapperTokenSecurityFakeToken |
trueTokenAddress(String trueTokenAddress) |
ResponseWrapperTokenSecurityFakeToken |
value(Integer value) |
@SerializedName(value="true_token_address") private String trueTokenAddress
@SerializedName(value="value") private Integer value
public ResponseWrapperTokenSecurityFakeToken trueTokenAddress(String trueTokenAddress)
public String getTrueTokenAddress()
public void setTrueTokenAddress(String trueTokenAddress)
public ResponseWrapperTokenSecurityFakeToken value(Integer value)
public Integer getValue()
public void setValue(Integer value)
Copyright © 2024. All rights reserved.