com.baidubce.services.bos.model
Class 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 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppendObjectResponse
public AppendObjectResponse()
getContentMd5
public String getContentMd5()
setContentMd5
public void setContentMd5(String contentMd5)
getNextAppendOffset
public Long getNextAppendOffset()
setNextAppendOffset
public void setNextAppendOffset(Long nextAppendOffset)
Copyright © 2018. All rights reserved.