BatchErrorDetail Class

  • java.lang.Object
    • com.microsoft.azure.batch.protocol.models.BatchErrorDetail

public class BatchErrorDetail

An item of additional information included in an Azure Batch error response.

Constructor Summary

Constructor Description
BatchErrorDetail()

Method Summary

Modifier and Type Method and Description
String key()

Get the key value.

String value()

Get the value value.

BatchErrorDetail withKey(String key)

Set the key value.

BatchErrorDetail withValue(String value)

Set the value value.

Methods inherited from java.lang.Object

Constructor Details

BatchErrorDetail

public BatchErrorDetail()

Method Details

key

public String key()

Get the key value.

Returns:

the key value

value

public String value()

Get the value value.

Returns:

the value value

withKey

public BatchErrorDetail withKey(String key)

Set the key value.

Parameters:

key - the key value to set

Returns:

the BatchErrorDetail object itself.

withValue

public BatchErrorDetail withValue(String value)

Set the value value.

Parameters:

value - the value value to set

Returns:

the BatchErrorDetail object itself.

Applies to