Package com.dropbox.core.v2.teamlog
Class PaperDocumentLogInfo
java.lang.Object
com.dropbox.core.v2.teamlog.PaperDocumentLogInfo
Paper document's logged information.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPaperDocumentLogInfo(String docId, String docTitle) Paper document's logged information. -
Method Summary
-
Field Details
-
docId
-
docTitle
-
-
Constructor Details
-
PaperDocumentLogInfo
Paper document's logged information.- Parameters:
docId- Papers document Id. Must not benull.docTitle- Paper document title. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getDocId
Papers document Id.- Returns:
- value for this field, never
null.
-
getDocTitle
Paper document title.- Returns:
- value for this field, never
null.
-
hashCode
public int hashCode() -
equals
-
toString
-
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
-