com.baidubce.services.doc.model
Class GetDocumentResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.doc.model.GetDocumentResponse
All Implemented Interfaces:
Serializable

public class GetDocumentResponse
extends AbstractBceResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetDocumentResponse()
           
 
Method Summary
 String getAccess()
           
 Date getCreateTime()
           
 String getDocumentId()
           
 DocumentError getError()
           
 String getFormat()
           
 String getNotification()
           
 DocumentPublishInfo getPublishInfo()
           
 String getStatus()
           
 String getTargetType()
           
 String getTitle()
           
 DocumentUploadInfo getUploadInfo()
           
 void setAccess(String access)
           
 void setCreateTime(Date createTime)
           
 void setDocumentId(String documentId)
           
 void setError(DocumentError error)
           
 void setFormat(String format)
           
 void setNotification(String notification)
           
 void setPublishInfo(DocumentPublishInfo publishInfo)
           
 void setStatus(String status)
           
 void setTargetType(String targetType)
           
 void setTitle(String title)
           
 void setUploadInfo(DocumentUploadInfo uploadInfo)
           
 String toString()
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetDocumentResponse

public GetDocumentResponse()
Method Detail

getDocumentId

public String getDocumentId()

setDocumentId

public void setDocumentId(String documentId)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getFormat

public String getFormat()

setFormat

public void setFormat(String format)

getNotification

public String getNotification()

setNotification

public void setNotification(String notification)

getAccess

public String getAccess()

setAccess

public void setAccess(String access)

getTargetType

public String getTargetType()

setTargetType

public void setTargetType(String targetType)

getCreateTime

public Date getCreateTime()

setCreateTime

public void setCreateTime(Date createTime)

getUploadInfo

public DocumentUploadInfo getUploadInfo()

setUploadInfo

public void setUploadInfo(DocumentUploadInfo uploadInfo)

getPublishInfo

public DocumentPublishInfo getPublishInfo()

setPublishInfo

public void setPublishInfo(DocumentPublishInfo publishInfo)

getError

public DocumentError getError()

setError

public void setError(DocumentError error)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.