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

84 строки
4.6 KiB
YAML

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