Package com.dropbox.core.v2.teamlog
Class PaperDocumentLogInfo
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.PaperDocumentLogInfo
 
- 
 public class PaperDocumentLogInfo extends java.lang.ObjectPaper document's logged information.
- 
- 
Constructor SummaryConstructors Constructor Description PaperDocumentLogInfo(java.lang.String docId, java.lang.String docTitle)Paper document's logged information.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetDocId()Papers document Id.java.lang.StringgetDocTitle()Paper document title.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
 
- 
- 
- 
Constructor Detail- 
PaperDocumentLogInfopublic PaperDocumentLogInfo(java.lang.String docId, java.lang.String docTitle)Paper document's logged information.- Parameters:
- docId- Papers document Id. Must not be- null.
- docTitle- Paper document title. Must not be- null.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 - 
Method Detail- 
getDocIdpublic java.lang.String getDocId() Papers document Id.- Returns:
- value for this field, never null.
 
 - 
getDocTitlepublic java.lang.String getDocTitle() Paper document title.- Returns:
- value for this field, never null.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
toStringMultilinepublic java.lang.String toStringMultiline() Returns a String representation of this object formatted for easier readability.The returned String may contain newlines. - Returns:
- Formatted, multiline String representation of this object
 
 
- 
 
-