Package security.whisper.javastix.common
Interface StixSpecVersion
- All Known Subinterfaces:
AttackPatternSdo,CampaignSdo,CourseOfActionSdo,DomainObject,GenericCustomObject,GroupingSdo,IdentitySdo,IncidentSdo,IndicatorSdo,InfrastructureSdo,IntrusionSetSdo,LocationSdo,MalwareAnalysisSdo,MalwareSdo,MarkingDefinitionDm,NoteSdo,ObservedDataSdo,OpinionSdo,RelationshipObject,RelationshipSro,ReportSdo,SightingSro,StixCommonProperties,StixCustomObject,ThreatActorSdo,ToolSdo,VulnerabilitySdo
- All Known Implementing Classes:
AttackPattern,Campaign,CourseOfAction,CustomObject,Grouping,Identity,Incident,Indicator,Infrastructure,IntrusionSet,Location,Malware,MalwareAnalysis,MarkingDefinition,Note,ObservedData,Opinion,Relationship,Report,Sighting,ThreatActor,Tool,Vulnerability
public interface StixSpecVersion
-
Method Summary
Modifier and TypeMethodDescriptiondefault @NotBlank StringHelper attribute to track the STIX Spec Version that was used for this object.
-
Method Details
-
getSpecVersion
Helper attribute to track the STIX Spec Version that was used for this object.- Returns:
- String of STIX Spec Version, example: "2.0"
-