azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

150 строки
9.9 KiB
YAML
Исходник Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appservice.models.Response"
fullName: "com.azure.resourcemanager.appservice.models.Response"
name: "Response"
nameWithType: "Response"
summary: "A response."
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 **Response**</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.resourcemanager.appservice.models.Response?alt=com.azure.resourcemanager.appservice.models.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.appservice.models.Response.Response()"
fullName: "com.azure.resourcemanager.appservice.models.Response.Response()"
name: "Response()"
nameWithType: "Response.Response()"
summary: "Creates an instance of Response class."
syntax: "public Response()"
desc: "Creates an instance of Response class."
methods:
- uid: "com.azure.resourcemanager.appservice.models.Response.bodyLink()"
fullName: "com.azure.resourcemanager.appservice.models.Response.bodyLink()"
name: "bodyLink()"
nameWithType: "Response.bodyLink()"
summary: "Get the body<wbr>Link property: Details on the location of the body content."
syntax: "public ContentLink bodyLink()"
desc: "Get the bodyLink property: Details on the location of the body content."
returns:
description: "the bodyLink value."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ContentLink?alt=com.azure.resourcemanager.appservice.models.ContentLink&text=ContentLink\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.Response.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appservice.models.Response.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "Response.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Response 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 Response fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the Response."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of Response from the JsonReader."
returns:
description: "An instance of Response if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Response?alt=com.azure.resourcemanager.appservice.models.Response&text=Response\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.Response.headers()"
fullName: "com.azure.resourcemanager.appservice.models.Response.headers()"
name: "headers()"
nameWithType: "Response.headers()"
summary: "Get the headers property: A list of all the headers attached to the response."
syntax: "public Object headers()"
desc: "Get the headers property: A list of all the headers attached to the response."
returns:
description: "the headers value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
- uid: "com.azure.resourcemanager.appservice.models.Response.statusCode()"
fullName: "com.azure.resourcemanager.appservice.models.Response.statusCode()"
name: "statusCode()"
nameWithType: "Response.statusCode()"
summary: "Get the status<wbr>Code property: The status code of the response."
syntax: "public Integer statusCode()"
desc: "Get the statusCode property: The status code of the response."
returns:
description: "the statusCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.appservice.models.Response.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appservice.models.Response.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "Response.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\" />"
- uid: "com.azure.resourcemanager.appservice.models.Response.validate()"
fullName: "com.azure.resourcemanager.appservice.models.Response.validate()"
name: "validate()"
nameWithType: "Response.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.appservice.models.Response.withBodyLink(com.azure.resourcemanager.appservice.models.ContentLink)"
fullName: "com.azure.resourcemanager.appservice.models.Response.withBodyLink(ContentLink bodyLink)"
name: "withBodyLink(ContentLink bodyLink)"
nameWithType: "Response.withBodyLink(ContentLink bodyLink)"
summary: "Set the body<wbr>Link property: Details on the location of the body content."
parameters:
- description: "the bodyLink value to set."
name: "bodyLink"
type: "<xref href=\"com.azure.resourcemanager.appservice.models.ContentLink?alt=com.azure.resourcemanager.appservice.models.ContentLink&text=ContentLink\" data-throw-if-not-resolved=\"False\" />"
syntax: "public Response withBodyLink(ContentLink bodyLink)"
desc: "Set the bodyLink property: Details on the location of the body content."
returns:
description: "the Response object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Response?alt=com.azure.resourcemanager.appservice.models.Response&text=Response\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.Response.withHeaders(java.lang.Object)"
fullName: "com.azure.resourcemanager.appservice.models.Response.withHeaders(Object headers)"
name: "withHeaders(Object headers)"
nameWithType: "Response.withHeaders(Object headers)"
summary: "Set the headers property: A list of all the headers attached to the response."
parameters:
- description: "the headers value to set."
name: "headers"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public Response withHeaders(Object headers)"
desc: "Set the headers property: A list of all the headers attached to the response."
returns:
description: "the Response object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Response?alt=com.azure.resourcemanager.appservice.models.Response&text=Response\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.Response.withStatusCode(java.lang.Integer)"
fullName: "com.azure.resourcemanager.appservice.models.Response.withStatusCode(Integer statusCode)"
name: "withStatusCode(Integer statusCode)"
nameWithType: "Response.withStatusCode(Integer statusCode)"
summary: "Set the status<wbr>Code property: The status code of the response."
parameters:
- description: "the statusCode value to set."
name: "statusCode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public Response withStatusCode(Integer statusCode)"
desc: "Set the statusCode property: The status code of the response."
returns:
description: "the Response object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.Response?alt=com.azure.resourcemanager.appservice.models.Response&text=Response\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A response."
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.resourcemanager.appservice.models.Response?alt=com.azure.resourcemanager.appservice.models.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0