Package com.microsoft.graph.models
Class AttackSimulationOperation
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.LongRunningOperation
com.microsoft.graph.models.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 Summary
FieldsModifier and TypeFieldDescriptionThe Percentage Completed.The Tenant Id.The Type.Fields inherited from class com.microsoft.graph.models.LongRunningOperation
createdDateTime, lastActionDateTime, resourceLocation, status, statusDetail -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
percentageCompleted
@SerializedName(value="percentageCompleted", alternate="PercentageCompleted") @Expose @Nullable public Integer percentageCompletedThe Percentage Completed. -
tenantId
The Tenant Id. -
type
@SerializedName(value="type", alternate="Type") @Expose @Nullable public AttackSimulationOperationType typeThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classLongRunningOperation- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-