Package io.gopluslabs.client.model
Class ResponseWrapperTokenSecurityFakeToken
- java.lang.Object
-
- io.gopluslabs.client.model.ResponseWrapperTokenSecurityFakeToken
-
public class ResponseWrapperTokenSecurityFakeToken extends Object
It indicates whether the token is a counterfeit of a mainstream asset. (If there is no evidence indicating that it is a counterfeit asset, there will be no return.)
-
-
Field Summary
Fields Modifier and Type Field Description private StringtrueTokenAddressprivate Integervalue
-
Constructor Summary
Constructors Constructor Description ResponseWrapperTokenSecurityFakeToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetTrueTokenAddress()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.IntegergetValue()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.inthashCode()voidsetTrueTokenAddress(String trueTokenAddress)voidsetValue(Integer value)private StringtoIndentedString(Object o)Convert the given object to string with each line indented by 4 spaces (except the first line).StringtoString()ResponseWrapperTokenSecurityFakeTokentrueTokenAddress(String trueTokenAddress)ResponseWrapperTokenSecurityFakeTokenvalue(Integer value)
-
-
-
Method Detail
-
trueTokenAddress
public ResponseWrapperTokenSecurityFakeToken trueTokenAddress(String trueTokenAddress)
-
getTrueTokenAddress
public 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. If there are multiple mainstream assets with the same name, they will be separated by commas.- Returns:
- trueTokenAddress
-
setTrueTokenAddress
public void setTrueTokenAddress(String trueTokenAddress)
-
value
public ResponseWrapperTokenSecurityFakeToken value(Integer value)
-
getValue
public 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. If there are multiple mainstream assets with the same name, they will be separated by commas.- Returns:
- value
-
setValue
public void setValue(Integer value)
-
-