Class 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 Detail

      • trueTokenAddress

        @SerializedName("true_token_address")
        private String trueTokenAddress
      • value

        @SerializedName("value")
        private Integer value
    • Constructor Detail

      • ResponseWrapperTokenSecurityFakeToken

        public ResponseWrapperTokenSecurityFakeToken()
    • Method Detail

      • 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)
      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toIndentedString

        private String toIndentedString​(Object o)
        Convert the given object to string with each line indented by 4 spaces (except the first line).