Class TGetInfoValue

    • Field Detail

    • Method Detail

      • smallIntValue

        public static TGetInfoValue smallIntValue​(short value)
      • integerBitmask

        public static TGetInfoValue integerBitmask​(int value)
      • integerFlag

        public static TGetInfoValue integerFlag​(int value)
      • binaryValue

        public static TGetInfoValue binaryValue​(int value)
      • lenValue

        public static TGetInfoValue lenValue​(long value)
      • standardSchemeReadValue

        protected Object standardSchemeReadValue​(org.apache.thrift.protocol.TProtocol iprot,
                                                 org.apache.thrift.protocol.TField field)
                                          throws org.apache.thrift.TException
        Specified by:
        standardSchemeReadValue in class org.apache.thrift.TUnion<TGetInfoValue,​TGetInfoValue._Fields>
        Throws:
        org.apache.thrift.TException
      • standardSchemeWriteValue

        protected void standardSchemeWriteValue​(org.apache.thrift.protocol.TProtocol oprot)
                                         throws org.apache.thrift.TException
        Specified by:
        standardSchemeWriteValue in class org.apache.thrift.TUnion<TGetInfoValue,​TGetInfoValue._Fields>
        Throws:
        org.apache.thrift.TException
      • tupleSchemeReadValue

        protected Object tupleSchemeReadValue​(org.apache.thrift.protocol.TProtocol iprot,
                                              short fieldID)
                                       throws org.apache.thrift.TException
        Specified by:
        tupleSchemeReadValue in class org.apache.thrift.TUnion<TGetInfoValue,​TGetInfoValue._Fields>
        Throws:
        org.apache.thrift.TException
      • tupleSchemeWriteValue

        protected void tupleSchemeWriteValue​(org.apache.thrift.protocol.TProtocol oprot)
                                      throws org.apache.thrift.TException
        Specified by:
        tupleSchemeWriteValue in class org.apache.thrift.TUnion<TGetInfoValue,​TGetInfoValue._Fields>
        Throws:
        org.apache.thrift.TException
      • getStructDesc

        protected org.apache.thrift.protocol.TStruct getStructDesc()
        Specified by:
        getStructDesc in class org.apache.thrift.TUnion<TGetInfoValue,​TGetInfoValue._Fields>
      • getStringValue

        public String getStringValue()
      • setStringValue

        public void setStringValue​(String value)
      • getSmallIntValue

        public short getSmallIntValue()
      • setSmallIntValue

        public void setSmallIntValue​(short value)
      • getIntegerBitmask

        public int getIntegerBitmask()
      • setIntegerBitmask

        public void setIntegerBitmask​(int value)
      • getIntegerFlag

        public int getIntegerFlag()
      • setIntegerFlag

        public void setIntegerFlag​(int value)
      • getBinaryValue

        public int getBinaryValue()
      • setBinaryValue

        public void setBinaryValue​(int value)
      • getLenValue

        public long getLenValue()
      • setLenValue

        public void setLenValue​(long value)
      • isSetStringValue

        public boolean isSetStringValue()
      • isSetSmallIntValue

        public boolean isSetSmallIntValue()
      • isSetIntegerBitmask

        public boolean isSetIntegerBitmask()
      • isSetIntegerFlag

        public boolean isSetIntegerFlag()
      • isSetBinaryValue

        public boolean isSetBinaryValue()
      • isSetLenValue

        public boolean isSetLenValue()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object