Class WebRestoreOperationFailedEventData


  • public final class WebRestoreOperationFailedEventData
    extends Object
    Schema of the Data property of an EventGridEvent for a Microsoft.Web.RestoreOperationFailed event.
    • Constructor Detail

      • WebRestoreOperationFailedEventData

        public WebRestoreOperationFailedEventData()
    • Method Detail

      • getAppEventTypeDetail

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

        public WebRestoreOperationFailedEventData setAppEventTypeDetail​(AppEventTypeDetail appEventTypeDetail)
        Set the appEventTypeDetail property: Detail of action on the app.
        Parameters:
        appEventTypeDetail - the appEventTypeDetail value to set.
        Returns:
        the WebRestoreOperationFailedEventData 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 WebRestoreOperationFailedEventData 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 WebRestoreOperationFailedEventData 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 WebRestoreOperationFailedEventData 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 WebRestoreOperationFailedEventData 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 WebRestoreOperationFailedEventData 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 WebRestoreOperationFailedEventData 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 WebRestoreOperationFailedEventData 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 WebRestoreOperationFailedEventData object itself.
      • getAddress

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

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

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

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