类 ListBucketsRequest

java.lang.Object
com.obs.services.model.ListBucketsRequest

public class ListBucketsRequest extends Object
Parameters in a request for listing buckets
  • 构造器详细资料

    • ListBucketsRequest

      public ListBucketsRequest()
  • 方法详细资料

    • isQueryLocation

      public boolean isQueryLocation()
    • setQueryLocation

      public void setQueryLocation(boolean queryLocation)
      Specify whether to list the region information of all buckets.
      参数:
      queryLocation - Whether to list the region information of all buckets
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object
    • getBucketType

      public BucketTypeEnum getBucketType()
    • setBucketType

      public void setBucketType(BucketTypeEnum bucketType)
    • getMaxKeys

      public int getMaxKeys()
    • setMaxKeys

      public void setMaxKeys(int maxKeys)
    • getMarker

      public String getMarker()
    • setMarker

      public void setMarker(String marker)