类 GetTableRequest


  • public class GetTableRequest
    extends AbstractBceRequest
    Represents the input of a GetTable operation.
    • 构造器详细资料

      • GetTableRequest

        public GetTableRequest()
        Constructs a new GetTableRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
      • GetTableRequest

        public GetTableRequest​(String tableName)
        Constructs a new GetTableRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
        参数:
        tableName - The name of the table from which to get information.
    • 方法详细资料

      • withTableName

        public GetTableRequest withTableName​(String tableName)
        Set the name of the table for this object.
        参数:
        tableName - The name of the table to be set.
        返回:
        A reference to this object so that method calls can be chained together.
      • setTableName

        public void setTableName​(String tableName)
        Set the name of the table for this object.
        参数:
        tableName - The name of the table to be set.
      • getTableName

        public String getTableName()
        Get the name of the table from this object.
        返回:
        The name of the table.