类 AppendObjectResponse
- java.lang.Object
-
- com.baidubce.services.bos.model.PutObjectResponse
-
- com.baidubce.services.bos.model.AppendObjectResponse
-
public class AppendObjectResponse extends PutObjectResponse
Contains the data returned by Baidu Bos from theputObjectoperation. Use this request to access information about the new object created from theputObjectrequest, such as its ETag and optional version ID.
-
-
构造器概要
构造器 构造器 说明 AppendObjectResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetContentMd5()LonggetNextAppendOffset()voidsetContentMd5(String contentMd5)voidsetNextAppendOffset(Long nextAppendOffset)-
从类继承的方法 com.baidubce.services.bos.model.PutObjectResponse
getETag, setETag
-
-