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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • location

      @SerializedName(value="location", alternate="Location") @Expose @Nullable public String 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 serviceName
      The Service Name. The name of the workload associated with the event.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public EventPropagationStatus status
      The 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 statusInformation
      The 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:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to