azure-docs-sdk-java/docs-ref-autogen/com.azure.messaging.eventgr...

239 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData"
name: "WebAppUpdatedEventData"
nameWithType: "WebAppUpdatedEventData"
summary: "Schema of the Data property of an Event<wbr>Grid<wbr>Event for a Microsoft.<wbr>Web.<wbr>App<wbr>Updated event."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **WebAppUpdatedEventData**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData&text=WebAppUpdatedEventData\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.WebAppUpdatedEventData()"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.WebAppUpdatedEventData()"
name: "WebAppUpdatedEventData()"
nameWithType: "WebAppUpdatedEventData.WebAppUpdatedEventData()"
summary: "Creates an instance of Web<wbr>App<wbr>Updated<wbr>Event<wbr>Data class."
syntax: "public WebAppUpdatedEventData()"
desc: "Creates an instance of WebAppUpdatedEventData class."
methods:
- uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "WebAppUpdatedEventData.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Web<wbr>App<wbr>Updated<wbr>Event<wbr>Data from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static WebAppUpdatedEventData fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the WebAppUpdatedEventData."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of WebAppUpdatedEventData from the JsonReader."
returns:
description: "An instance of WebAppUpdatedEventData if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData&text=WebAppUpdatedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.getAddress()"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.getAddress()"
name: "getAddress()"
nameWithType: "WebAppUpdatedEventData.getAddress()"
summary: "Get the address property: HTTP request URL of this operation."
syntax: "public String getAddress()"
desc: "Get the address property: HTTP request URL of this operation."
returns:
description: "the address value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.getAppEventTypeDetail()"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.getAppEventTypeDetail()"
name: "getAppEventTypeDetail()"
nameWithType: "WebAppUpdatedEventData.getAppEventTypeDetail()"
summary: "Get the app<wbr>Event<wbr>Type<wbr>Detail property: Detail of action on the app."
syntax: "public AppEventTypeDetail getAppEventTypeDetail()"
desc: "Get the appEventTypeDetail property: Detail of action on the app."
returns:
description: "the appEventTypeDetail value."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.AppEventTypeDetail?alt=com.azure.messaging.eventgrid.systemevents.AppEventTypeDetail&text=AppEventTypeDetail\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.getClientRequestId()"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.getClientRequestId()"
name: "getClientRequestId()"
nameWithType: "WebAppUpdatedEventData.getClientRequestId()"
summary: "Get the client<wbr>Request<wbr>Id property: The client request id generated by the app service for the site API operation that triggered this event."
syntax: "public String getClientRequestId()"
desc: "Get the clientRequestId property: The client request id generated by the app service for the site API operation that triggered this event."
returns:
description: "the clientRequestId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.getCorrelationRequestId()"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.getCorrelationRequestId()"
name: "getCorrelationRequestId()"
nameWithType: "WebAppUpdatedEventData.getCorrelationRequestId()"
summary: "Get the correlation<wbr>Request<wbr>Id property: The correlation request id generated by the app service for the site API operation that triggered this event."
syntax: "public String getCorrelationRequestId()"
desc: "Get the correlationRequestId property: The correlation request id generated by the app service for the site API operation that triggered this event."
returns:
description: "the correlationRequestId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.getName()"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.getName()"
name: "getName()"
nameWithType: "WebAppUpdatedEventData.getName()"
summary: "Get the name property: name of the web site that had this event."
syntax: "public String getName()"
desc: "Get the name property: name of the web site that had this event."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.getRequestId()"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.getRequestId()"
name: "getRequestId()"
nameWithType: "WebAppUpdatedEventData.getRequestId()"
summary: "Get the request<wbr>Id property: The request id generated by the app service for the site API operation that triggered this event."
syntax: "public String getRequestId()"
desc: "Get the requestId property: The request id generated by the app service for the site API operation that triggered this event."
returns:
description: "the requestId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.getVerb()"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.getVerb()"
name: "getVerb()"
nameWithType: "WebAppUpdatedEventData.getVerb()"
summary: "Get the verb property: HTTP verb of this operation."
syntax: "public String getVerb()"
desc: "Get the verb property: HTTP verb of this operation."
returns:
description: "the verb value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.setAddress(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.setAddress(String address)"
name: "setAddress(String address)"
nameWithType: "WebAppUpdatedEventData.setAddress(String address)"
summary: "Set the address property: HTTP request URL of this operation."
parameters:
- description: "the address value to set."
name: "address"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WebAppUpdatedEventData setAddress(String address)"
desc: "Set the address property: HTTP request URL of this operation."
returns:
description: "the WebAppUpdatedEventData object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData&text=WebAppUpdatedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.setAppEventTypeDetail(com.azure.messaging.eventgrid.systemevents.AppEventTypeDetail)"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.setAppEventTypeDetail(AppEventTypeDetail appEventTypeDetail)"
name: "setAppEventTypeDetail(AppEventTypeDetail appEventTypeDetail)"
nameWithType: "WebAppUpdatedEventData.setAppEventTypeDetail(AppEventTypeDetail appEventTypeDetail)"
summary: "Set the app<wbr>Event<wbr>Type<wbr>Detail property: Detail of action on the app."
parameters:
- description: "the appEventTypeDetail value to set."
name: "appEventTypeDetail"
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.AppEventTypeDetail?alt=com.azure.messaging.eventgrid.systemevents.AppEventTypeDetail&text=AppEventTypeDetail\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WebAppUpdatedEventData setAppEventTypeDetail(AppEventTypeDetail appEventTypeDetail)"
desc: "Set the appEventTypeDetail property: Detail of action on the app."
returns:
description: "the WebAppUpdatedEventData object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData&text=WebAppUpdatedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.setClientRequestId(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.setClientRequestId(String clientRequestId)"
name: "setClientRequestId(String clientRequestId)"
nameWithType: "WebAppUpdatedEventData.setClientRequestId(String clientRequestId)"
summary: "Set the client<wbr>Request<wbr>Id property: The client request id generated by the app service for the site API operation that triggered this event."
parameters:
- description: "the clientRequestId value to set."
name: "clientRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WebAppUpdatedEventData setClientRequestId(String clientRequestId)"
desc: "Set the clientRequestId property: The client request id generated by the app service for the site API operation that triggered this event."
returns:
description: "the WebAppUpdatedEventData object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData&text=WebAppUpdatedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.setCorrelationRequestId(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.setCorrelationRequestId(String correlationRequestId)"
name: "setCorrelationRequestId(String correlationRequestId)"
nameWithType: "WebAppUpdatedEventData.setCorrelationRequestId(String correlationRequestId)"
summary: "Set the correlation<wbr>Request<wbr>Id property: The correlation request id generated by the app service for the site API operation that triggered this event."
parameters:
- description: "the correlationRequestId value to set."
name: "correlationRequestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WebAppUpdatedEventData setCorrelationRequestId(String correlationRequestId)"
desc: "Set the correlationRequestId property: The correlation request id generated by the app service for the site API operation that triggered this event."
returns:
description: "the WebAppUpdatedEventData object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData&text=WebAppUpdatedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.setName(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.setName(String name)"
name: "setName(String name)"
nameWithType: "WebAppUpdatedEventData.setName(String name)"
summary: "Set the name property: name of the web site that had this event."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WebAppUpdatedEventData setName(String name)"
desc: "Set the name property: name of the web site that had this event."
returns:
description: "the WebAppUpdatedEventData object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData&text=WebAppUpdatedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.setRequestId(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.setRequestId(String requestId)"
name: "setRequestId(String requestId)"
nameWithType: "WebAppUpdatedEventData.setRequestId(String requestId)"
summary: "Set the request<wbr>Id property: The request id generated by the app service for the site API operation that triggered this event."
parameters:
- description: "the requestId value to set."
name: "requestId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WebAppUpdatedEventData setRequestId(String requestId)"
desc: "Set the requestId property: The request id generated by the app service for the site API operation that triggered this event."
returns:
description: "the WebAppUpdatedEventData object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData&text=WebAppUpdatedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.setVerb(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.setVerb(String verb)"
name: "setVerb(String verb)"
nameWithType: "WebAppUpdatedEventData.setVerb(String verb)"
summary: "Set the verb property: HTTP verb of this operation."
parameters:
- description: "the verb value to set."
name: "verb"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WebAppUpdatedEventData setVerb(String verb)"
desc: "Set the verb property: HTTP verb of this operation."
returns:
description: "the WebAppUpdatedEventData object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData&text=WebAppUpdatedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "WebAppUpdatedEventData.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Schema of the Data property of an EventGridEvent for a Microsoft.Web.AppUpdated event."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData?alt=com.azure.messaging.eventgrid.systemevents.WebAppUpdatedEventData&text=WebAppUpdatedEventData\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.messaging.eventgrid.systemevents"
artifact: com.azure:azure-messaging-eventgrid:4.26.0