Class AdminAlertingAlertConfiguration

java.lang.Object
com.dropbox.core.v2.teamlog.AdminAlertingAlertConfiguration

public class AdminAlertingAlertConfiguration extends Object
Alert configurations
  • Field Details

  • Constructor Details

    • AdminAlertingAlertConfiguration

      public AdminAlertingAlertConfiguration(@Nullable AdminAlertingAlertStatePolicy alertState, @Nullable AdminAlertingAlertSensitivity sensitivityLevel, @Nullable RecipientsConfiguration recipientsSettings, @Nullable String text, @Nullable String excludedFileExtensions, @Nullable MalwareExclusionState malwareExclusionState)
      Alert configurations

      Use 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 configurations

      The default values for unset fields will be used.

  • Method Details

    • getAlertState

      @Nullable public AdminAlertingAlertStatePolicy getAlertState()
      Alert state.
      Returns:
      value for this field, or null if not present.
    • getSensitivityLevel

      @Nullable public AdminAlertingAlertSensitivity getSensitivityLevel()
      Sensitivity level.
      Returns:
      value for this field, or null if not present.
    • getRecipientsSettings

      @Nullable public RecipientsConfiguration getRecipientsSettings()
      Recipient settings.
      Returns:
      value for this field, or null if not present.
    • getText

      @Nullable public String getText()
      Text.
      Returns:
      value for this field, or null if not present.
    • getExcludedFileExtensions

      @Nullable public String getExcludedFileExtensions()
      Excluded file extensions.
      Returns:
      value for this field, or null if not present.
    • getMalwareExclusionState

      @Nullable public MalwareExclusionState getMalwareExclusionState()
      Malware exclusion list state.
      Returns:
      value for this field, or null if not present.
    • newBuilder

      public static AdminAlertingAlertConfiguration.Builder newBuilder()
      Returns a new builder for creating an instance of this class.
      Returns:
      builder for this class.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toStringMultiline

      public String 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