BatchErrorDetail Class
- java.
lang. Object - com.
azure. compute. batch. models. BatchErrorDetail
- com.
Implements
public final class BatchErrorDetail
implements JsonSerializable<BatchErrorDetail>
An item of additional information included in an Azure Batch error response.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
| String |
getKey()
Get the key property: An identifier specifying the meaning of the Value property. |
| String |
getValue()
Get the value property: The additional information included with the error response. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static BatchErrorDetail fromJson(JsonReader jsonReader)
Reads an instance of BatchErrorDetail from the JsonReader.
Parameters:
Returns:
Throws:
getKey
public String getKey()
Get the key property: An identifier specifying the meaning of the Value property.
Returns:
getValue
public String getValue()
Get the value property: The additional information included with the error response.
Returns: