Class ThreatIntelligenceAppendTags


  • public final class ThreatIntelligenceAppendTags
    extends Object
    Array of tags to be appended to the threat intelligence indicator.
    • Constructor Detail

      • ThreatIntelligenceAppendTags

        public ThreatIntelligenceAppendTags()
    • Method Detail

      • threatIntelligenceTags

        public List<String> threatIntelligenceTags()
        Get the threatIntelligenceTags property: List of tags to be appended.
        Returns:
        the threatIntelligenceTags value.
      • withThreatIntelligenceTags

        public ThreatIntelligenceAppendTags withThreatIntelligenceTags​(List<String> threatIntelligenceTags)
        Set the threatIntelligenceTags property: List of tags to be appended.
        Parameters:
        threatIntelligenceTags - the threatIntelligenceTags value to set.
        Returns:
        the ThreatIntelligenceAppendTags object itself.
      • validate

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