Class RemoveTaskRequest

    • Field Detail

      • shardID

        public int shardID
      • type

        public int type
      • taskID

        public long taskID
      • visibilityTimestamp

        public long visibilityTimestamp
      • clusterName

        public java.lang.String clusterName
      • metaDataMap

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

      • RemoveTaskRequest

        public RemoveTaskRequest()
      • RemoveTaskRequest

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

      • getShardID

        public int getShardID()
      • unsetShardID

        public void unsetShardID()
      • isSetShardID

        public boolean isSetShardID()
        Returns true if field shardID is set (has been assigned a value) and false otherwise
      • setShardIDIsSet

        public void setShardIDIsSet​(boolean value)
      • getType

        public int getType()
      • unsetType

        public void unsetType()
      • isSetType

        public boolean isSetType()
        Returns true if field type is set (has been assigned a value) and false otherwise
      • setTypeIsSet

        public void setTypeIsSet​(boolean value)
      • getTaskID

        public long getTaskID()
      • unsetTaskID

        public void unsetTaskID()
      • isSetTaskID

        public boolean isSetTaskID()
        Returns true if field taskID is set (has been assigned a value) and false otherwise
      • setTaskIDIsSet

        public void setTaskIDIsSet​(boolean value)
      • getVisibilityTimestamp

        public long getVisibilityTimestamp()
      • setVisibilityTimestamp

        public RemoveTaskRequest setVisibilityTimestamp​(long visibilityTimestamp)
      • unsetVisibilityTimestamp

        public void unsetVisibilityTimestamp()
      • isSetVisibilityTimestamp

        public boolean isSetVisibilityTimestamp()
        Returns true if field visibilityTimestamp is set (has been assigned a value) and false otherwise
      • setVisibilityTimestampIsSet

        public void setVisibilityTimestampIsSet​(boolean value)
      • getClusterName

        public java.lang.String getClusterName()
      • setClusterName

        public RemoveTaskRequest setClusterName​(java.lang.String clusterName)
      • unsetClusterName

        public void unsetClusterName()
      • isSetClusterName

        public boolean isSetClusterName()
        Returns true if field clusterName is set (has been assigned a value) and false otherwise
      • setClusterNameIsSet

        public void setClusterNameIsSet​(boolean value)
      • equals

        public boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public void read​(org.apache.thrift.protocol.TProtocol iprot)
                  throws org.apache.thrift.TException
        Specified by:
        read in interface org.apache.thrift.TBase<RemoveTaskRequest,​RemoveTaskRequest._Fields>
        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.TBase<RemoveTaskRequest,​RemoveTaskRequest._Fields>
        Throws:
        org.apache.thrift.TException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • validate

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