Class TSLastDataQueryReq

    • Field Detail

      • sessionId

        public long sessionId
      • fetchSize

        public int fetchSize
      • time

        public long time
      • statementId

        public long statementId
      • enableRedirectQuery

        public boolean enableRedirectQuery
      • jdbcQuery

        public boolean jdbcQuery
      • timeout

        public long timeout
      • legalPathNodes

        public boolean legalPathNodes
    • Constructor Detail

      • TSLastDataQueryReq

        public TSLastDataQueryReq()
      • TSLastDataQueryReq

        public TSLastDataQueryReq​(long sessionId,
                                  List<String> paths,
                                  long time,
                                  long statementId)
      • TSLastDataQueryReq

        public TSLastDataQueryReq​(TSLastDataQueryReq 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)
      • getPathsSize

        public int getPathsSize()
      • addToPaths

        public void addToPaths​(String elem)
      • unsetPaths

        public void unsetPaths()
      • isSetPaths

        public boolean isSetPaths()
        Returns true if field paths is set (has been assigned a value) and false otherwise
      • setPathsIsSet

        public void setPathsIsSet​(boolean value)
      • getFetchSize

        public int getFetchSize()
      • unsetFetchSize

        public void unsetFetchSize()
      • isSetFetchSize

        public boolean isSetFetchSize()
        Returns true if field fetchSize is set (has been assigned a value) and false otherwise
      • setFetchSizeIsSet

        public void setFetchSizeIsSet​(boolean value)
      • getTime

        public long getTime()
      • unsetTime

        public void unsetTime()
      • isSetTime

        public boolean isSetTime()
        Returns true if field time is set (has been assigned a value) and false otherwise
      • setTimeIsSet

        public void setTimeIsSet​(boolean value)
      • getStatementId

        public long getStatementId()
      • unsetStatementId

        public void unsetStatementId()
      • isSetStatementId

        public boolean isSetStatementId()
        Returns true if field statementId is set (has been assigned a value) and false otherwise
      • setStatementIdIsSet

        public void setStatementIdIsSet​(boolean value)
      • isEnableRedirectQuery

        public boolean isEnableRedirectQuery()
      • setEnableRedirectQuery

        public TSLastDataQueryReq setEnableRedirectQuery​(boolean enableRedirectQuery)
      • unsetEnableRedirectQuery

        public void unsetEnableRedirectQuery()
      • isSetEnableRedirectQuery

        public boolean isSetEnableRedirectQuery()
        Returns true if field enableRedirectQuery is set (has been assigned a value) and false otherwise
      • setEnableRedirectQueryIsSet

        public void setEnableRedirectQueryIsSet​(boolean value)
      • isJdbcQuery

        public boolean isJdbcQuery()
      • unsetJdbcQuery

        public void unsetJdbcQuery()
      • isSetJdbcQuery

        public boolean isSetJdbcQuery()
        Returns true if field jdbcQuery is set (has been assigned a value) and false otherwise
      • setJdbcQueryIsSet

        public void setJdbcQueryIsSet​(boolean value)
      • getTimeout

        public long getTimeout()
      • unsetTimeout

        public void unsetTimeout()
      • isSetTimeout

        public boolean isSetTimeout()
        Returns true if field timeout is set (has been assigned a value) and false otherwise
      • setTimeoutIsSet

        public void setTimeoutIsSet​(boolean value)
      • isLegalPathNodes

        public boolean isLegalPathNodes()
      • setLegalPathNodes

        public TSLastDataQueryReq setLegalPathNodes​(boolean legalPathNodes)
      • unsetLegalPathNodes

        public void unsetLegalPathNodes()
      • isSetLegalPathNodes

        public boolean isSetLegalPathNodes()
        Returns true if field legalPathNodes is set (has been assigned a value) and false otherwise
      • setLegalPathNodesIsSet

        public void setLegalPathNodesIsSet​(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