Class WebRestoreOperationCompletedEventData

java.lang.Object
com.azure.messaging.eventgrid.systemevents.WebRestoreOperationCompletedEventData

public final class WebRestoreOperationCompletedEventData extends Object
Schema of the Data property of an EventGridEvent for a Microsoft.Web.RestoreOperationCompleted event.
  • Constructor Details

    • WebRestoreOperationCompletedEventData

      public WebRestoreOperationCompletedEventData()
  • Method Details

    • getAppEventTypeDetail

      public AppEventTypeDetail getAppEventTypeDetail()
      Get the appEventTypeDetail property: Detail of action on the app.
      Returns:
      the appEventTypeDetail value.
    • setAppEventTypeDetail

      public WebRestoreOperationCompletedEventData setAppEventTypeDetail(AppEventTypeDetail appEventTypeDetail)
      Set the appEventTypeDetail property: Detail of action on the app.
      Parameters:
      appEventTypeDetail - the appEventTypeDetail value to set.
      Returns:
      the WebRestoreOperationCompletedEventData object itself.
    • getName

      public String getName()
      Get the name property: name of the web site that had this event.
      Returns:
      the name value.
    • setName

      Set the name property: name of the web site that had this event.
      Parameters:
      name - the name value to set.
      Returns:
      the WebRestoreOperationCompletedEventData object itself.
    • getClientRequestId

      public String getClientRequestId()
      Get the clientRequestId property: The client request id generated by the app service for the site API operation that triggered this event.
      Returns:
      the clientRequestId value.
    • setClientRequestId

      public WebRestoreOperationCompletedEventData setClientRequestId(String clientRequestId)
      Set the clientRequestId property: The client request id generated by the app service for the site API operation that triggered this event.
      Parameters:
      clientRequestId - the clientRequestId value to set.
      Returns:
      the WebRestoreOperationCompletedEventData object itself.
    • getCorrelationRequestId

      public String getCorrelationRequestId()
      Get the correlationRequestId property: The correlation request id generated by the app service for the site API operation that triggered this event.
      Returns:
      the correlationRequestId value.
    • setCorrelationRequestId

      public WebRestoreOperationCompletedEventData setCorrelationRequestId(String correlationRequestId)
      Set the correlationRequestId property: The correlation request id generated by the app service for the site API operation that triggered this event.
      Parameters:
      correlationRequestId - the correlationRequestId value to set.
      Returns:
      the WebRestoreOperationCompletedEventData object itself.
    • getRequestId

      public String getRequestId()
      Get the requestId property: The request id generated by the app service for the site API operation that triggered this event.
      Returns:
      the requestId value.
    • setRequestId

      public WebRestoreOperationCompletedEventData setRequestId(String requestId)
      Set the requestId property: The request id generated by the app service for the site API operation that triggered this event.
      Parameters:
      requestId - the requestId value to set.
      Returns:
      the WebRestoreOperationCompletedEventData object itself.
    • getAddress

      public String getAddress()
      Get the address property: HTTP request URL of this operation.
      Returns:
      the address value.
    • setAddress

      public WebRestoreOperationCompletedEventData setAddress(String address)
      Set the address property: HTTP request URL of this operation.
      Parameters:
      address - the address value to set.
      Returns:
      the WebRestoreOperationCompletedEventData object itself.
    • getVerb

      public String getVerb()
      Get the verb property: HTTP verb of this operation.
      Returns:
      the verb value.
    • setVerb

      Set the verb property: HTTP verb of this operation.
      Parameters:
      verb - the verb value to set.
      Returns:
      the WebRestoreOperationCompletedEventData object itself.