com.baidubce.services.bos.model
Class AppendObjectResponse

java.lang.Object
  extended by com.baidubce.services.bos.model.PutObjectResponse
      extended by 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.


Constructor Summary
AppendObjectResponse()
           
 
Method Summary
 String getContentMd5()
           
 Long getNextAppendOffset()
           
 void setContentMd5(String contentMd5)
           
 void setNextAppendOffset(Long nextAppendOffset)
           
 
Methods inherited from class com.baidubce.services.bos.model.PutObjectResponse
getETag, setETag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppendObjectResponse

public AppendObjectResponse()
Method Detail

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.