Package com.microsoft.graph.models
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
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SimulationAutomationcreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the createdBy property value.Gets the createdDateTime property value.Gets the description property value.Gets the displayName property value.The deserialization information for the current modelGets the lastModifiedBy property value.Gets the lastModifiedDateTime property value.Gets the lastRunDateTime property value.Gets the nextRunDateTime property value.getRuns()Gets the runs property value.Gets the status property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetCreatedBy(EmailIdentity value) Sets the createdBy property value.voidsetCreatedDateTime(OffsetDateTime value) Sets the createdDateTime property value.voidsetDescription(String value) Sets the description property value.voidsetDisplayName(String value) Sets the displayName property value.voidsetLastModifiedBy(EmailIdentity value) Sets the lastModifiedBy property value.voidSets the lastModifiedDateTime property value.voidsetLastRunDateTime(OffsetDateTime value) Sets the lastRunDateTime property value.voidsetNextRunDateTime(OffsetDateTime value) Sets the nextRunDateTime property value.voidsetRuns(List<SimulationAutomationRun> value) Sets the runs property value.voidSets the status property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
SimulationAutomation
public SimulationAutomation()Instantiates a newSimulationAutomationand 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
Gets the createdBy property value. Identity of the user who created the attack simulation automation.- Returns:
- a
EmailIdentity
-
getCreatedDateTime
Gets the createdDateTime property value. Date and time when the attack simulation automation was created.- Returns:
- a
OffsetDateTime
-
getDescription
Gets the description property value. Description of the attack simulation automation.- Returns:
- a
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:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classEntity- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getLastModifiedBy
Gets the lastModifiedBy property value. Identity of the user who most recently modified the attack simulation automation.- Returns:
- a
EmailIdentity
-
getLastModifiedDateTime
Gets the lastModifiedDateTime property value. Date and time when the attack simulation automation was most recently modified.- Returns:
- a
OffsetDateTime
-
getLastRunDateTime
Gets the lastRunDateTime property value. Date and time of the latest run of the attack simulation automation.- Returns:
- a
OffsetDateTime
-
getNextRunDateTime
Gets the nextRunDateTime property value. Date and time of the upcoming run of the attack simulation automation.- Returns:
- a
OffsetDateTime
-
getRuns
Gets the runs property value. A collection of simulation automation runs.- Returns:
- a
List<SimulationAutomationRun>
-
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 -
setCreatedBy
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
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
Sets the description property value. Description of the attack simulation automation.- Parameters:
value- Value to set for the description property.
-
setDisplayName
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
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
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
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
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
Sets the runs property value. A collection of simulation automation runs.- Parameters:
value- Value to set for the runs property.
-
setStatus
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.
-