Interface KillChainPhaseType
- All Superinterfaces:
GenericValidation,SdoDefaultValidator,Serializable,StixCustomProperties
- All Known Implementing Classes:
KillChainPhase
@Immutable
public interface KillChainPhaseType
extends GenericValidation, StixCustomProperties, Serializable
kill-chain-phase
The kill-chain-phase represents a phase in a kill chain.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumCreate an Enumeration of the most common one: Lockheed-Martin -
Field Summary
Fields inherited from interface security.whisper.javastix.validation.SdoDefaultValidator
VALIDATOR -
Method Summary
Methods inherited from interface security.whisper.javastix.validation.GenericValidation
validateEntityMethods inherited from interface security.whisper.javastix.validation.SdoDefaultValidator
validate, validateOnlyIdMethods inherited from interface security.whisper.javastix.common.StixCustomProperties
getCustomProperties
-
Method Details
-
killChainName
-
phaseName
@NotBlank @JsonPropertyDescription("The name of the phase in the kill chain.") @NotBlank String phaseName()
-