Package com.dropbox.core.v2.teamlog
Class ResellerLogInfo
java.lang.Object
com.dropbox.core.v2.teamlog.ResellerLogInfo
Reseller information.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResellerLogInfo(String resellerName, String resellerEmail) Reseller information. -
Method Summary
-
Field Details
-
resellerName
-
resellerEmail
-
-
Constructor Details
-
ResellerLogInfo
Reseller information.- Parameters:
resellerName- Reseller name. Must not benull.resellerEmail- Reseller email. Must have length of at most 255 and not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getResellerName
Reseller name.- Returns:
- value for this field, never
null.
-
getResellerEmail
Reseller email.- 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
-