类 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.
    • 构造器详细资料

      • AppendObjectResponse

        public AppendObjectResponse()
    • 方法详细资料

      • getContentMd5

        public String getContentMd5()
      • setContentMd5

        public void setContentMd5​(String contentMd5)
      • getNextAppendOffset

        public Long getNextAppendOffset()
      • setNextAppendOffset

        public void setNextAppendOffset​(Long nextAppendOffset)