com.baidubce.services.bos.model
Class BosResponseMetadata

java.lang.Object
  extended by com.baidubce.BceResponseMetadata
      extended by com.baidubce.services.bos.model.BosResponseMetadata
All Implemented Interfaces:
Serializable

public class BosResponseMetadata
extends BceResponseMetadata

See Also:
Serialized Form

Constructor Summary
BosResponseMetadata()
           
 
Method Summary
 String getBosDebugId()
           
 Long getNextAppendOffset()
           
 void setBosDebugId(String debugId)
           
 void setNextAppendOffset(Long nextAppendOffset)
           
 
Methods inherited from class com.baidubce.BceResponseMetadata
getBceContentSha256, getBceRequestId, getContentDisposition, getContentEncoding, getContentLength, getContentMd5, getContentRange, getContentType, getDate, getETag, getExpires, getLastModified, getLocation, getServer, getTransferEncoding, setBceContentSha256, setBceRequestId, setContentDisposition, setContentEncoding, setContentLength, setContentMd5, setContentRange, setContentType, setDate, setETag, setExpires, setLastModified, setLocation, setServer, setTransferEncoding, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BosResponseMetadata

public BosResponseMetadata()
Method Detail

getBosDebugId

public String getBosDebugId()

setBosDebugId

public void setBosDebugId(String debugId)

getNextAppendOffset

public Long getNextAppendOffset()

setNextAppendOffset

public void setNextAppendOffset(Long nextAppendOffset)


Copyright © 2018. All rights reserved.