Class AbiParamInfo


  • public class AbiParamInfo
    extends Object
    AbiParamInfo
    • Field Detail

      • addressInfo

        @SerializedName("address_info")
        private AbiAddressInfo addressInfo
      • input

        @SerializedName("input")
        private Object input
      • name

        @SerializedName("name")
        private String name
      • type

        @SerializedName("type")
        private String type
    • Constructor Detail

      • AbiParamInfo

        public AbiParamInfo()
    • Method Detail

      • getAddressInfo

        public AbiAddressInfo getAddressInfo()
        Get addressInfo
        Returns:
        addressInfo
      • setAddressInfo

        public void setAddressInfo​(AbiAddressInfo addressInfo)
      • getInput

        public Object getInput()
        It describes the input data in ABI.
        Returns:
        input
      • setInput

        public void setInput​(Object input)
      • getName

        public String getName()
        It describes the parameter name in ABI, for example \"_from\", \"_to\", \"_value\".
        Returns:
        name
      • setName

        public void setName​(String name)
      • getType

        public String getType()
        It describes the parameter type in ABI, for example \"address\", \"uint256\", \"bool\".
        Returns:
        type
      • setType

        public void setType​(String type)
      • 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).