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

167 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest"
fullName: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest"
name: "ResourceHttpRequest"
nameWithType: "ResourceHttpRequest"
summary: "The details of the HTTP request."
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 **ResourceHttpRequest**</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.ResourceHttpRequest?alt=com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest&text=ResourceHttpRequest\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.ResourceHttpRequest()"
fullName: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.ResourceHttpRequest()"
name: "ResourceHttpRequest()"
nameWithType: "ResourceHttpRequest.ResourceHttpRequest()"
summary: "Creates an instance of Resource<wbr>Http<wbr>Request class."
syntax: "public ResourceHttpRequest()"
desc: "Creates an instance of ResourceHttpRequest class."
methods:
- uid: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ResourceHttpRequest.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Resource<wbr>Http<wbr>Request 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 ResourceHttpRequest fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ResourceHttpRequest."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ResourceHttpRequest from the JsonReader."
returns:
description: "An instance of ResourceHttpRequest if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest?alt=com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest&text=ResourceHttpRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.getClientIpAddress()"
fullName: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.getClientIpAddress()"
name: "getClientIpAddress()"
nameWithType: "ResourceHttpRequest.getClientIpAddress()"
summary: "Get the client<wbr>IpAddress property: The client IP address."
syntax: "public String getClientIpAddress()"
desc: "Get the clientIpAddress property: The client IP address."
returns:
description: "the clientIpAddress value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.getClientRequestId()"
fullName: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.getClientRequestId()"
name: "getClientRequestId()"
nameWithType: "ResourceHttpRequest.getClientRequestId()"
summary: "Get the client<wbr>Request<wbr>Id property: The client request ID."
syntax: "public String getClientRequestId()"
desc: "Get the clientRequestId property: The client request ID."
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.ResourceHttpRequest.getMethod()"
fullName: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.getMethod()"
name: "getMethod()"
nameWithType: "ResourceHttpRequest.getMethod()"
summary: "Get the method property: The request method."
syntax: "public String getMethod()"
desc: "Get the method property: The request method."
returns:
description: "the method value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.getUrl()"
fullName: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.getUrl()"
name: "getUrl()"
nameWithType: "ResourceHttpRequest.getUrl()"
summary: "Get the url property: The url used in the request."
syntax: "public String getUrl()"
desc: "Get the url property: The url used in the request."
returns:
description: "the url value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.setClientIpAddress(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.setClientIpAddress(String clientIpAddress)"
name: "setClientIpAddress(String clientIpAddress)"
nameWithType: "ResourceHttpRequest.setClientIpAddress(String clientIpAddress)"
summary: "Set the client<wbr>IpAddress property: The client IP address."
parameters:
- description: "the clientIpAddress value to set."
name: "clientIpAddress"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ResourceHttpRequest setClientIpAddress(String clientIpAddress)"
desc: "Set the clientIpAddress property: The client IP address."
returns:
description: "the ResourceHttpRequest object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest?alt=com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest&text=ResourceHttpRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.setClientRequestId(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.setClientRequestId(String clientRequestId)"
name: "setClientRequestId(String clientRequestId)"
nameWithType: "ResourceHttpRequest.setClientRequestId(String clientRequestId)"
summary: "Set the client<wbr>Request<wbr>Id property: The client request ID."
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 ResourceHttpRequest setClientRequestId(String clientRequestId)"
desc: "Set the clientRequestId property: The client request ID."
returns:
description: "the ResourceHttpRequest object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest?alt=com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest&text=ResourceHttpRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.setMethod(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.setMethod(String method)"
name: "setMethod(String method)"
nameWithType: "ResourceHttpRequest.setMethod(String method)"
summary: "Set the method property: The request method."
parameters:
- description: "the method value to set."
name: "method"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ResourceHttpRequest setMethod(String method)"
desc: "Set the method property: The request method."
returns:
description: "the ResourceHttpRequest object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest?alt=com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest&text=ResourceHttpRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.setUrl(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.setUrl(String url)"
name: "setUrl(String url)"
nameWithType: "ResourceHttpRequest.setUrl(String url)"
summary: "Set the url property: The url used in the request."
parameters:
- description: "the url value to set."
name: "url"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ResourceHttpRequest setUrl(String url)"
desc: "Set the url property: The url used in the request."
returns:
description: "the ResourceHttpRequest object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest?alt=com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest&text=ResourceHttpRequest\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ResourceHttpRequest.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: "The details of the HTTP request."
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.ResourceHttpRequest?alt=com.azure.messaging.eventgrid.systemevents.ResourceHttpRequest&text=ResourceHttpRequest\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.messaging.eventgrid.systemevents"
artifact: com.azure:azure-messaging-eventgrid:4.26.0