Class SimulationAutomation

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.SimulationAutomation
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class SimulationAutomation extends Entity implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • SimulationAutomation

      public SimulationAutomation()
      Instantiates a new SimulationAutomation and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static SimulationAutomation createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a SimulationAutomation
    • getCreatedBy

      @Nullable public EmailIdentity getCreatedBy()
      Gets the createdBy property value. Identity of the user who created the attack simulation automation.
      Returns:
      a EmailIdentity
    • getCreatedDateTime

      @Nullable public OffsetDateTime getCreatedDateTime()
      Gets the createdDateTime property value. Date and time when the attack simulation automation was created.
      Returns:
      a OffsetDateTime
    • getDescription

      @Nullable public String getDescription()
      Gets the description property value. Description of the attack simulation automation.
      Returns:
      a String
    • getDisplayName

      @Nullable public String getDisplayName()
      Gets the displayName property value. Display name of the attack simulation automation. Supports $filter and $orderby.
      Returns:
      a String
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getLastModifiedBy

      @Nullable public EmailIdentity getLastModifiedBy()
      Gets the lastModifiedBy property value. Identity of the user who most recently modified the attack simulation automation.
      Returns:
      a EmailIdentity
    • getLastModifiedDateTime

      @Nullable public OffsetDateTime getLastModifiedDateTime()
      Gets the lastModifiedDateTime property value. Date and time when the attack simulation automation was most recently modified.
      Returns:
      a OffsetDateTime
    • getLastRunDateTime

      @Nullable public OffsetDateTime getLastRunDateTime()
      Gets the lastRunDateTime property value. Date and time of the latest run of the attack simulation automation.
      Returns:
      a OffsetDateTime
    • getNextRunDateTime

      @Nullable public OffsetDateTime getNextRunDateTime()
      Gets the nextRunDateTime property value. Date and time of the upcoming run of the attack simulation automation.
      Returns:
      a OffsetDateTime
    • getRuns

      @Nullable public List<SimulationAutomationRun> getRuns()
      Gets the runs property value. A collection of simulation automation runs.
      Returns:
      a List<SimulationAutomationRun>
    • getStatus

      @Nullable public SimulationAutomationStatus getStatus()
      Gets the status property value. Status of the attack simulation automation. Supports $filter and $orderby. The possible values are: unknown, draft, notRunning, running, completed, unknownFutureValue.
      Returns:
      a SimulationAutomationStatus
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setCreatedBy

      public void setCreatedBy(@Nullable EmailIdentity value)
      Sets the createdBy property value. Identity of the user who created the attack simulation automation.
      Parameters:
      value - Value to set for the createdBy property.
    • setCreatedDateTime

      public void setCreatedDateTime(@Nullable OffsetDateTime value)
      Sets the createdDateTime property value. Date and time when the attack simulation automation was created.
      Parameters:
      value - Value to set for the createdDateTime property.
    • setDescription

      public void setDescription(@Nullable String value)
      Sets the description property value. Description of the attack simulation automation.
      Parameters:
      value - Value to set for the description property.
    • setDisplayName

      public void setDisplayName(@Nullable String value)
      Sets the displayName property value. Display name of the attack simulation automation. Supports $filter and $orderby.
      Parameters:
      value - Value to set for the displayName property.
    • setLastModifiedBy

      public void setLastModifiedBy(@Nullable EmailIdentity value)
      Sets the lastModifiedBy property value. Identity of the user who most recently modified the attack simulation automation.
      Parameters:
      value - Value to set for the lastModifiedBy property.
    • setLastModifiedDateTime

      public void setLastModifiedDateTime(@Nullable OffsetDateTime value)
      Sets the lastModifiedDateTime property value. Date and time when the attack simulation automation was most recently modified.
      Parameters:
      value - Value to set for the lastModifiedDateTime property.
    • setLastRunDateTime

      public void setLastRunDateTime(@Nullable OffsetDateTime value)
      Sets the lastRunDateTime property value. Date and time of the latest run of the attack simulation automation.
      Parameters:
      value - Value to set for the lastRunDateTime property.
    • setNextRunDateTime

      public void setNextRunDateTime(@Nullable OffsetDateTime value)
      Sets the nextRunDateTime property value. Date and time of the upcoming run of the attack simulation automation.
      Parameters:
      value - Value to set for the nextRunDateTime property.
    • setRuns

      public void setRuns(@Nullable List<SimulationAutomationRun> value)
      Sets the runs property value. A collection of simulation automation runs.
      Parameters:
      value - Value to set for the runs property.
    • setStatus

      public void setStatus(@Nullable SimulationAutomationStatus value)
      Sets the status property value. Status of the attack simulation automation. Supports $filter and $orderby. The possible values are: unknown, draft, notRunning, running, completed, unknownFutureValue.
      Parameters:
      value - Value to set for the status property.