com.baidubce.services.doc.model
Class DocumentUploadInfo

java.lang.Object
  extended by com.baidubce.services.doc.model.DocumentUploadInfo

public class DocumentUploadInfo
extends Object

Created by baidu on 16/1/7.


Constructor Summary
DocumentUploadInfo()
           
 
Method Summary
 String getBosEndpoint()
           
 String getBucket()
           
 String getObject()
           
 void setBosEndpoint(String bosEndpoint)
           
 void setBucket(String bucket)
           
 void setObject(String object)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentUploadInfo

public DocumentUploadInfo()
Method Detail

getBucket

public String getBucket()

setBucket

public void setBucket(String bucket)

getObject

public String getObject()

setObject

public void setObject(String object)

getBosEndpoint

public String getBosEndpoint()

setBosEndpoint

public void setBosEndpoint(String bosEndpoint)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.