Package com.dropbox.core.v2.teamlog
Class AdminAlertingChangedAlertConfigDetails
java.lang.Object
com.dropbox.core.v2.teamlog.AdminAlertingChangedAlertConfigDetails
Changed an alert setting.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final AdminAlertingAlertConfigurationprotected final AdminAlertingAlertConfiguration -
Constructor Summary
ConstructorsConstructorDescriptionAdminAlertingChangedAlertConfigDetails(String alertName, AdminAlertingAlertConfiguration previousAlertConfig, AdminAlertingAlertConfiguration newAlertConfig) Changed an alert setting. -
Method Summary
-
Field Details
-
alertName
-
previousAlertConfig
-
newAlertConfig
-
-
Constructor Details
-
AdminAlertingChangedAlertConfigDetails
public AdminAlertingChangedAlertConfigDetails(@Nonnull String alertName, @Nonnull AdminAlertingAlertConfiguration previousAlertConfig, @Nonnull AdminAlertingAlertConfiguration newAlertConfig) Changed an alert setting.- Parameters:
alertName- Alert Name. Must not benull.previousAlertConfig- Previous alert configuration. Must not benull.newAlertConfig- New alert configuration. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getAlertName
Alert Name.- Returns:
- value for this field, never
null.
-
getPreviousAlertConfig
Previous alert configuration.- Returns:
- value for this field, never
null.
-
getNewAlertConfig
New alert configuration.- 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
-