com.baidubce.services.doc.model
Class GetDocumentDownloadResponse

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

public class GetDocumentDownloadResponse
extends AbstractBceResponse

Created by baidu on 15/12/31.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetDocumentDownloadResponse()
           
 
Method Summary
 String getDocumentId()
           
 String getDownloadUrl()
           
 void setDocumentId(String documentId)
           
 void setDownloadUrl(String downloadUrl)
           
 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

GetDocumentDownloadResponse

public GetDocumentDownloadResponse()
Method Detail

getDocumentId

public String getDocumentId()

setDocumentId

public void setDocumentId(String documentId)

getDownloadUrl

public String getDownloadUrl()

setDownloadUrl

public void setDownloadUrl(String downloadUrl)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.