Class AttackSimulationOperation

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AttackSimulationOperation extends LongRunningOperation implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Attack Simulation Operation.
  • Field Details

    • percentageCompleted

      @SerializedName(value="percentageCompleted", alternate="PercentageCompleted") @Expose @Nullable public Integer percentageCompleted
      The Percentage Completed.
    • tenantId

      @SerializedName(value="tenantId", alternate="TenantId") @Expose @Nullable public String tenantId
      The Tenant Id.
    • type

      @SerializedName(value="type", alternate="Type") @Expose @Nullable public AttackSimulationOperationType type
      The Type.
  • Constructor Details

    • AttackSimulationOperation

      public AttackSimulationOperation()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class LongRunningOperation
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to