Class QueryTableStatusRequest


  • public final class QueryTableStatusRequest
    extends Object
    The QueryTableStatusRequest model.
    • Constructor Detail

      • QueryTableStatusRequest

        public QueryTableStatusRequest()
    • Method Detail

      • getMaxSegmentCount

        public Integer getMaxSegmentCount()
        Get the maxSegmentCount property: Max segment count to query table status.
        Returns:
        the maxSegmentCount value.
      • setMaxSegmentCount

        public QueryTableStatusRequest setMaxSegmentCount​(Integer maxSegmentCount)
        Set the maxSegmentCount property: Max segment count to query table status.
        Parameters:
        maxSegmentCount - the maxSegmentCount value to set.
        Returns:
        the QueryTableStatusRequest object itself.
      • getContinuationToken

        public Object getContinuationToken()
        Get the continuationToken property: Continuation token to query table status.
        Returns:
        the continuationToken value.
      • setContinuationToken

        public QueryTableStatusRequest setContinuationToken​(Object continuationToken)
        Set the continuationToken property: Continuation token to query table status.
        Parameters:
        continuationToken - the continuationToken value to set.
        Returns:
        the QueryTableStatusRequest object itself.