Package com.dropbox.core.v2.teamlog
Class AdminAlertingAlertConfiguration
java.lang.Object
com.dropbox.core.v2.teamlog.AdminAlertingAlertConfiguration
Alert configurations
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AdminAlertingAlertStatePolicyprotected final Stringprotected final MalwareExclusionStateprotected final RecipientsConfigurationprotected final AdminAlertingAlertSensitivityprotected final String -
Constructor Summary
ConstructorsConstructorDescriptionAlert configurationsAdminAlertingAlertConfiguration(AdminAlertingAlertStatePolicy alertState, AdminAlertingAlertSensitivity sensitivityLevel, RecipientsConfiguration recipientsSettings, String text, String excludedFileExtensions, MalwareExclusionState malwareExclusionState) Alert configurations -
Method Summary
Modifier and TypeMethodDescriptionbooleanAlert state.Excluded file extensions.Malware exclusion list state.Recipient settings.Sensitivity level.getText()Text.inthashCode()Returns a new builder for creating an instance of this class.toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
alertState
-
sensitivityLevel
-
recipientsSettings
-
text
-
excludedFileExtensions
-
malwareExclusionState
-
-
Constructor Details
-
AdminAlertingAlertConfiguration
public AdminAlertingAlertConfiguration(@Nullable AdminAlertingAlertStatePolicy alertState, @Nullable AdminAlertingAlertSensitivity sensitivityLevel, @Nullable RecipientsConfiguration recipientsSettings, @Nullable String text, @Nullable String excludedFileExtensions, @Nullable MalwareExclusionState malwareExclusionState) Alert configurationsUse
newBuilder()to create instances of this class without specifying values for all optional fields.- Parameters:
alertState- Alert state.sensitivityLevel- Sensitivity level.recipientsSettings- Recipient settings.text- Text.excludedFileExtensions- Excluded file extensions.malwareExclusionState- Malware exclusion list state.
-
AdminAlertingAlertConfiguration
public AdminAlertingAlertConfiguration()Alert configurationsThe default values for unset fields will be used.
-
-
Method Details
-
getAlertState
Alert state.- Returns:
- value for this field, or
nullif not present.
-
getSensitivityLevel
Sensitivity level.- Returns:
- value for this field, or
nullif not present.
-
getRecipientsSettings
Recipient settings.- Returns:
- value for this field, or
nullif not present.
-
getText
Text.- Returns:
- value for this field, or
nullif not present.
-
getExcludedFileExtensions
Excluded file extensions.- Returns:
- value for this field, or
nullif not present.
-
getMalwareExclusionState
Malware exclusion list state.- Returns:
- value for this field, or
nullif not present.
-
newBuilder
Returns a new builder for creating an instance of this class.- Returns:
- builder for this class.
-
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
-