azure-docs-sdk-java/docs-ref-autogen/com.azure.core.http.rest.Re...

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

### YamlMime:JavaType
uid: "com.azure.core.http.rest.ResponseBase"
fullName: "com.azure.core.http.rest.ResponseBase<H,T>"
name: "ResponseBase<H,T>"
nameWithType: "ResponseBase<H,T>"
summary: "The response of a REST request."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public class ResponseBase<H,T> implements Response<T>"
constructors:
- "com.azure.core.http.rest.ResponseBase.ResponseBase(com.azure.core.http.HttpRequest,int,com.azure.core.http.HttpHeaders,T,H)"
methods:
- "com.azure.core.http.rest.ResponseBase.getDeserializedHeaders()"
- "com.azure.core.http.rest.ResponseBase.getHeaders()"
- "com.azure.core.http.rest.ResponseBase.getRequest()"
- "com.azure.core.http.rest.ResponseBase.getStatusCode()"
- "com.azure.core.http.rest.ResponseBase.getValue()"
type: "class"
typeParameters:
- description: "The deserialized type of the response headers."
name: "H"
- description: "The deserialized type of the response value, available from <xref uid=\"Response#getValue()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response#getValue()\"></xref>."
name: "T"
desc: "The response of a REST request."
implements:
- "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.core.http.rest"
artifact: com.azure:azure-core:1.31.0