Class FusionTemplateSourceSubType


  • public final class FusionTemplateSourceSubType
    extends Object
    Represents a source subtype under a source signal consumed in Fusion detection.
    • Constructor Detail

      • FusionTemplateSourceSubType

        public FusionTemplateSourceSubType()
    • Method Detail

      • sourceSubTypeName

        public String sourceSubTypeName()
        Get the sourceSubTypeName property: The name of source subtype under a source signal consumed in Fusion detection.
        Returns:
        the sourceSubTypeName value.
      • withSourceSubTypeName

        public FusionTemplateSourceSubType withSourceSubTypeName​(String sourceSubTypeName)
        Set the sourceSubTypeName property: The name of source subtype under a source signal consumed in Fusion detection.
        Parameters:
        sourceSubTypeName - the sourceSubTypeName value to set.
        Returns:
        the FusionTemplateSourceSubType object itself.
      • sourceSubTypeDisplayName

        public String sourceSubTypeDisplayName()
        Get the sourceSubTypeDisplayName property: The display name of source subtype under a source signal consumed in Fusion detection.
        Returns:
        the sourceSubTypeDisplayName value.
      • severityFilter

        public FusionTemplateSubTypeSeverityFilter severityFilter()
        Get the severityFilter property: Severity configuration available for a source subtype consumed in fusion detection.
        Returns:
        the severityFilter value.
      • withSeverityFilter

        public FusionTemplateSourceSubType withSeverityFilter​(FusionTemplateSubTypeSeverityFilter severityFilter)
        Set the severityFilter property: Severity configuration available for a source subtype consumed in fusion detection.
        Parameters:
        severityFilter - the severityFilter value to set.
        Returns:
        the FusionTemplateSourceSubType object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.