azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.p...

84 строки
4.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.models.HttpHeader"
fullName: "com.microsoft.azure.batch.protocol.models.HttpHeader"
name: "HttpHeader"
nameWithType: "HttpHeader"
summary: "An HTTP header name-value pair."
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 class **HttpHeader**"
constructors:
- uid: "com.microsoft.azure.batch.protocol.models.HttpHeader.HttpHeader()"
fullName: "com.microsoft.azure.batch.protocol.models.HttpHeader.HttpHeader()"
name: "HttpHeader()"
nameWithType: "HttpHeader.HttpHeader()"
syntax: "public HttpHeader()"
methods:
- uid: "com.microsoft.azure.batch.protocol.models.HttpHeader.name()"
fullName: "com.microsoft.azure.batch.protocol.models.HttpHeader.name()"
name: "name()"
nameWithType: "HttpHeader.name()"
summary: "Get the name value."
syntax: "public String name()"
desc: "Get the name value."
returns:
description: "the name value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.batch.protocol.models.HttpHeader.value()"
fullName: "com.microsoft.azure.batch.protocol.models.HttpHeader.value()"
name: "value()"
nameWithType: "HttpHeader.value()"
summary: "Get the value value."
syntax: "public String value()"
desc: "Get the value value."
returns:
description: "the value value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.batch.protocol.models.HttpHeader.withName(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.HttpHeader.withName(String name)"
name: "withName(String name)"
nameWithType: "HttpHeader.withName(String name)"
summary: "Set the name value."
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 HttpHeader withName(String name)"
desc: "Set the name value."
returns:
description: "the HttpHeader object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.HttpHeader?alt=com.microsoft.azure.batch.protocol.models.HttpHeader&text=HttpHeader\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.HttpHeader.withValue(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.HttpHeader.withValue(String value)"
name: "withValue(String value)"
nameWithType: "HttpHeader.withValue(String value)"
summary: "Set the value value."
parameters:
- description: "the value value to set"
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public HttpHeader withValue(String value)"
desc: "Set the value value."
returns:
description: "the HttpHeader object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.HttpHeader?alt=com.microsoft.azure.batch.protocol.models.HttpHeader&text=HttpHeader\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An HTTP header name-value pair."
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0