Class EventPropagationResult
java.lang.Object
com.microsoft.graph.security.models.EventPropagationResult
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EventPropagationResult
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Event Propagation Result.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Location.the OData type of the object as returned by the serviceThe Service Name.The Status.The Status Information. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
location
The Location. The name of the specific location in the workload associated with the event. -
serviceName
@SerializedName(value="serviceName", alternate="ServiceName") @Expose @Nullable public String serviceNameThe Service Name. The name of the workload associated with the event. -
status
@SerializedName(value="status", alternate="Status") @Expose @Nullable public EventPropagationStatus statusThe Status. Indicates the status of the event creation request. The possible values are: none, inProcessing, failed, success, unknownFutureValue. -
statusInformation
@SerializedName(value="statusInformation", alternate="StatusInformation") @Expose @Nullable public String statusInformationThe Status Information. Additional information about the status of the event creation request.
-
-
Constructor Details
-
EventPropagationResult
public EventPropagationResult()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
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- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-