类 PutObjectResponse

  • 直接已知子类:
    AppendObjectResponse

    public class PutObjectResponse
    extends Object
    Contains the data returned by Baidu Bos from the putObject operation. Use this request to access information about the new object created from the putObject request, such as its ETag and optional version ID.
    • 构造器详细资料

      • PutObjectResponse

        public PutObjectResponse()
    • 方法详细资料

      • getETag

        public String getETag()
        Gets the ETag value for the newly created object.
        返回:
        The ETag value for the new object.
      • setETag

        public void setETag​(String eTag)
        Sets the ETag value for the new object that was created from the associated putObject request.
        参数:
        eTag - The ETag value for the new object.