Class TSSetTimeZoneReq

    • Field Detail

      • sessionId

        public long sessionId
      • timeZone

        public String timeZone
    • Constructor Detail

      • TSSetTimeZoneReq

        public TSSetTimeZoneReq()
      • TSSetTimeZoneReq

        public TSSetTimeZoneReq​(long sessionId,
                                String timeZone)
      • TSSetTimeZoneReq

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

      • getSessionId

        public long getSessionId()
      • unsetSessionId

        public void unsetSessionId()
      • isSetSessionId

        public boolean isSetSessionId()
        Returns true if field sessionId is set (has been assigned a value) and false otherwise
      • setSessionIdIsSet

        public void setSessionIdIsSet​(boolean value)
      • getTimeZone

        public String getTimeZone()
      • unsetTimeZone

        public void unsetTimeZone()
      • isSetTimeZone

        public boolean isSetTimeZone()
        Returns true if field timeZone is set (has been assigned a value) and false otherwise
      • setTimeZoneIsSet

        public void setTimeZoneIsSet​(boolean value)
      • 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