类 BucketLocationResponse

java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.obs.services.model.BucketLocationResponse

public class BucketLocationResponse extends HeaderResponse
Response to a request for obtaining the bucket location
  • 构造器详细资料

    • BucketLocationResponse

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

    • getLocation

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

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