Interface StixLabels

All Known Subinterfaces:
AttackPatternSdo, CampaignSdo, CourseOfActionSdo, DomainObject, GenericCustomObject, GroupingSdo, IdentitySdo, IncidentSdo, IndicatorSdo, InfrastructureSdo, IntrusionSetSdo, LocationSdo, MalwareAnalysisSdo, MalwareSdo, NoteSdo, ObservedDataSdo, OpinionSdo, RelationshipObject, RelationshipSro, ReportSdo, SightingSro, StixCustomObject, ThreatActorSdo, ToolSdo, VulnerabilitySdo
All Known Implementing Classes:
AttackPattern, Campaign, CourseOfAction, CustomObject, Grouping, Identity, Incident, Indicator, Infrastructure, IntrusionSet, Location, Malware, MalwareAnalysis, Note, ObservedData, Opinion, Relationship, Report, Sighting, ThreatActor, Tool, Vulnerability

public interface StixLabels
  • Method Summary

    Modifier and Type
    Method
    Description
    default @NotNull Set<@Length(min=1) String>
     
  • Method Details

    • getLabels

      @Default @NotNull @JsonPropertyDescription("The labels property specifies a set of classifications.") @Redactable default @NotNull Set<@Length(min=1) String> getLabels()