类 BucketLocationResponse


public class BucketLocationResponse extends HeaderResponse
Response to a request for obtaining the bucket location
  • 字段详细资料

    • location

      private String location
  • 构造器详细资料

    • BucketLocationResponse

      public BucketLocationResponse(String location)
  • 方法详细资料

    • getLocation

      public String getLocation()
      Obtain the bucket location.
      返回:
      Bucket location
    • toString

      public String toString()
      覆盖:
      toString 在类中 HeaderResponse