com.baidubce.services.doc.model
Class DocumentMeta

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

public class DocumentMeta
extends Object

Created by baidu on 16/1/7.


Constructor Summary
DocumentMeta()
           
 
Method Summary
 String getMd5()
           
 long getSizeInBytes()
           
 void setMd5(String md5)
           
 void setSizeInBytes(long sizeInBytes)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentMeta

public DocumentMeta()
Method Detail

getMd5

public String getMd5()

setMd5

public void setMd5(String md5)

getSizeInBytes

public long getSizeInBytes()

setSizeInBytes

public void setSizeInBytes(long sizeInBytes)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.