com.baidubce.services.doc.model
Class GetDocumentRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.doc.model.GetDocumentRequest

public class GetDocumentRequest
extends AbstractBceRequest

Created by baidu on 15/12/30.


Constructor Summary
GetDocumentRequest()
           
 
Method Summary
 String getDocumentId()
           
 void setDocumentId(String documentId)
           
 GetDocumentRequest withRequestCredentials(BceCredentials credentials)
           
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDocumentRequest

public GetDocumentRequest()
Method Detail

withRequestCredentials

public GetDocumentRequest withRequestCredentials(BceCredentials credentials)
Specified by:
withRequestCredentials in class AbstractBceRequest

getDocumentId

public String getDocumentId()

setDocumentId

public void setDocumentId(String documentId)


Copyright © 2018. All rights reserved.