Class IntType

    • Field Detail

      • bitWidth

        public byte bitWidth
      • isSigned

        public boolean isSigned
      • metaDataMap

        public static final Map<IntType._Fields,​org.apache.thrift.meta_data.FieldMetaData> metaDataMap
    • Constructor Detail

      • IntType

        public IntType()
      • IntType

        public IntType​(byte bitWidth,
                       boolean isSigned)
      • IntType

        public IntType​(IntType other)
        Performs a deep copy on other.
    • Method Detail

      • clear

        public void clear()
        Specified by:
        clear in interface org.apache.thrift.TBase<IntType,​IntType._Fields>
      • getBitWidth

        public byte getBitWidth()
      • setBitWidth

        public IntType setBitWidth​(byte bitWidth)
      • unsetBitWidth

        public void unsetBitWidth()
      • isSetBitWidth

        public boolean isSetBitWidth()
        Returns true if field bitWidth is set (has been assigned a value) and false otherwise
      • setBitWidthIsSet

        public void setBitWidthIsSet​(boolean value)
      • isIsSigned

        public boolean isIsSigned()
      • setIsSigned

        public IntType setIsSigned​(boolean isSigned)
      • unsetIsSigned

        public void unsetIsSigned()
      • isSetIsSigned

        public boolean isSetIsSigned()
        Returns true if field isSigned is set (has been assigned a value) and false otherwise
      • setIsSignedIsSet

        public void setIsSignedIsSet​(boolean value)
      • isSet

        public boolean isSet​(IntType._Fields field)
        Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
        Specified by:
        isSet in interface org.apache.thrift.TBase<IntType,​IntType._Fields>
      • equals

        public boolean equals​(IntType that)
      • hashCode

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

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • write

        public void write​(org.apache.thrift.protocol.TProtocol oprot)
                   throws org.apache.thrift.TException
        Specified by:
        write in interface org.apache.thrift.TSerializable
        Throws:
        org.apache.thrift.TException
      • validate

        public void validate()
                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException