Class TSDeleteDataReq

    • Field Detail

      • sessionId

        public long sessionId
      • startTime

        public long startTime
      • endTime

        public long endTime
    • Constructor Detail

      • TSDeleteDataReq

        public TSDeleteDataReq()
      • TSDeleteDataReq

        public TSDeleteDataReq​(long sessionId,
                               List<String> paths,
                               long startTime,
                               long endTime)
      • TSDeleteDataReq

        public TSDeleteDataReq​(TSDeleteDataReq 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)
      • getStartTime

        public long getStartTime()
      • unsetStartTime

        public void unsetStartTime()
      • isSetStartTime

        public boolean isSetStartTime()
        Returns true if field startTime is set (has been assigned a value) and false otherwise
      • setStartTimeIsSet

        public void setStartTimeIsSet​(boolean value)
      • getEndTime

        public long getEndTime()
      • unsetEndTime

        public void unsetEndTime()
      • isSetEndTime

        public boolean isSetEndTime()
        Returns true if field endTime is set (has been assigned a value) and false otherwise
      • setEndTimeIsSet

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