Class ThreatIntelligenceParsedPatternTypeValue

java.lang.Object
com.azure.resourcemanager.securityinsights.models.ThreatIntelligenceParsedPatternTypeValue

public final class ThreatIntelligenceParsedPatternTypeValue extends Object
Describes threat kill chain phase entity.
  • Constructor Details

    • ThreatIntelligenceParsedPatternTypeValue

      public ThreatIntelligenceParsedPatternTypeValue()
  • Method Details

    • valueType

      public String valueType()
      Get the valueType property: Type of the value.
      Returns:
      the valueType value.
    • withValueType

      public ThreatIntelligenceParsedPatternTypeValue withValueType(String valueType)
      Set the valueType property: Type of the value.
      Parameters:
      valueType - the valueType value to set.
      Returns:
      the ThreatIntelligenceParsedPatternTypeValue object itself.
    • value

      public String value()
      Get the value property: Value of parsed pattern.
      Returns:
      the value value.
    • withValue

      Set the value property: Value of parsed pattern.
      Parameters:
      value - the value value to set.
      Returns:
      the ThreatIntelligenceParsedPatternTypeValue object itself.
    • validate

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