WebBackupOperationCompletedEventData Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. WebBackupOperationCompletedEventData
- com.
Implements
@Deprecated
public final class WebBackupOperationCompletedEventData
implements JsonSerializable<WebBackupOperationCompletedEventData>
Note
This class has been deprecated. This class is deprecated and may be removed in future releases. System events are now available in the azure-messaging-eventgrid-systemevents package.
Schema of the Data property of an EventGridEvent for a Microsoft.Web.BackupOperationCompleted event.
Constructor Summary
| Constructor | Description |
|---|---|
| WebBackupOperationCompletedEventData() |
Creates an instance of Web |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Web |
fromJson(JsonReader jsonReader)
Reads an instance of Web |
| String |
getAddress()
Get the address property: HTTP request URL of this operation. |
|
App |
getAppEventTypeDetail()
Get the app |
| String |
getClientRequestId()
Get the client |
| String |
getCorrelationRequestId()
Get the correlation |
| String |
getName()
Get the name property: name of the web site that had this event. |
| String |
getRequestId()
Get the request |
| String |
getVerb()
Get the verb property: HTTP verb of this operation. |
|
Web |
setAddress(String address)
Set the address property: HTTP request URL of this operation. |
|
Web |
setAppEventTypeDetail(AppEventTypeDetail appEventTypeDetail)
Set the app |
|
Web |
setClientRequestId(String clientRequestId)
Set the client |
|
Web |
setCorrelationRequestId(String correlationRequestId)
Set the correlation |
|
Web |
setName(String name)
Set the name property: name of the web site that had this event. |
|
Web |
setRequestId(String requestId)
Set the request |
|
Web |
setVerb(String verb)
Set the verb property: HTTP verb of this operation. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
WebBackupOperationCompletedEventData
public WebBackupOperationCompletedEventData()
Creates an instance of WebBackupOperationCompletedEventData class.
Method Details
fromJson
public static WebBackupOperationCompletedEventData fromJson(JsonReader jsonReader)
Reads an instance of WebBackupOperationCompletedEventData from the JsonReader.
Parameters:
Returns:
Throws:
getAddress
public String getAddress()
Get the address property: HTTP request URL of this operation.
Returns:
getAppEventTypeDetail
public AppEventTypeDetail getAppEventTypeDetail()
Get the appEventTypeDetail property: Detail of action on the app.
Returns:
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:
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:
getName
public String getName()
Get the name property: name of the web site that had this event.
Returns:
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:
getVerb
public String getVerb()
Get the verb property: HTTP verb of this operation.
Returns:
setAddress
public WebBackupOperationCompletedEventData setAddress(String address)
Set the address property: HTTP request URL of this operation.
Parameters:
Returns:
setAppEventTypeDetail
public WebBackupOperationCompletedEventData setAppEventTypeDetail(AppEventTypeDetail appEventTypeDetail)
Set the appEventTypeDetail property: Detail of action on the app.
Parameters:
Returns:
setClientRequestId
public WebBackupOperationCompletedEventData 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:
Returns:
setCorrelationRequestId
public WebBackupOperationCompletedEventData 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:
Returns:
setName
public WebBackupOperationCompletedEventData setName(String name)
Set the name property: name of the web site that had this event.
Parameters:
Returns:
setRequestId
public WebBackupOperationCompletedEventData 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:
Returns:
setVerb
public WebBackupOperationCompletedEventData setVerb(String verb)
Set the verb property: HTTP verb of this operation.
Parameters:
Returns: