类 ListBucketsRequest

java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.ListBucketsRequest

public class ListBucketsRequest extends Object
Parameters in a request for listing buckets
  • 字段详细资料

    • queryLocation

      private boolean queryLocation
    • bucketType

      private BucketTypeEnum bucketType
    • maxKeys

      private int maxKeys
    • marker

      private String marker
  • 构造器详细资料

    • 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)