OutputFileUploadHeader Class
- java.
lang. Object - com.
azure. compute. batch. models. OutputFileUploadHeader
- com.
Implements
public final class OutputFileUploadHeader
implements JsonSerializable<OutputFileUploadHeader>
An HTTP header name-value pair.
Constructor Summary
| Constructor | Description |
|---|---|
| OutputFileUploadHeader(String name) |
Creates an instance of Output |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Output |
fromJson(JsonReader jsonReader)
Reads an instance of Output |
| String |
getName()
Get the name property: The case-insensitive name of the header to be used while uploading output files. |
| String |
getValue()
Get the value property: The value of the header to be used while uploading output files. |
|
Output |
setValue(String value)
Set the value property: The value of the header to be used while uploading output files. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
OutputFileUploadHeader
public OutputFileUploadHeader(String name)
Creates an instance of OutputFileUploadHeader class.
Parameters:
Method Details
fromJson
public static OutputFileUploadHeader fromJson(JsonReader jsonReader)
Reads an instance of OutputFileUploadHeader from the JsonReader.
Parameters:
Returns:
Throws:
getName
public String getName()
Get the name property: The case-insensitive name of the header to be used while uploading output files.
Returns:
getValue
public String getValue()
Get the value property: The value of the header to be used while uploading output files.
Returns:
setValue
public OutputFileUploadHeader setValue(String value)
Set the value property: The value of the header to be used while uploading output files.
Parameters:
Returns: