Package com.dropbox.core.v2.teamlog
Class MissingDetails
java.lang.Object
com.dropbox.core.v2.teamlog.MissingDetails
An indication that an error occurred while retrieving the event. Some
attributes of the event may be omitted as a result.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAn indication that an error occurred while retrieving the event.MissingDetails(String sourceEventFields) An indication that an error occurred while retrieving the event. -
Method Summary
-
Field Details
-
sourceEventFields
-
-
Constructor Details
-
MissingDetails
An indication that an error occurred while retrieving the event. Some attributes of the event may be omitted as a result.- Parameters:
sourceEventFields- All the data that could be retrieved and converted from the source event.
-
MissingDetails
public MissingDetails()An indication that an error occurred while retrieving the event. Some attributes of the event may be omitted as a result.The default values for unset fields will be used.
-
-
Method Details
-
getSourceEventFields
All the data that could be retrieved and converted from the source event.- Returns:
- value for this field, or
nullif not present.
-
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
-