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.

  • Method Details

    • killChainName

      @NotBlank @JsonPropertyDescription("The name of the kill chain.") @NotBlank String killChainName()
    • phaseName

      @NotBlank @JsonPropertyDescription("The name of the phase in the kill chain.") @NotBlank String phaseName()