Class WebAppUpdatedEventData

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

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

    • WebAppUpdatedEventData

      public WebAppUpdatedEventData()
  • Method Details

    • getAppEventTypeDetail

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

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

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

      public WebAppUpdatedEventData setName(String name)
      Set the name property: name of the web site that had this event.
      Parameters:
      name - the name value to set.
      Returns:
      the WebAppUpdatedEventData 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 WebAppUpdatedEventData 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 WebAppUpdatedEventData 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 WebAppUpdatedEventData 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 WebAppUpdatedEventData 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 WebAppUpdatedEventData 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 WebAppUpdatedEventData object itself.
    • getAddress

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

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

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

      public WebAppUpdatedEventData setVerb(String verb)
      Set the verb property: HTTP verb of this operation.
      Parameters:
      verb - the verb value to set.
      Returns:
      the WebAppUpdatedEventData object itself.