ErrorMessage Class

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

public class ErrorMessage

An error message received in an Azure Batch error response.

Method Summary

Modifier and Type Method and Description
String lang()

Get the lang value.

String value()

Get the value value.

ErrorMessage withLang(String lang)

Set the lang value.

ErrorMessage withValue(String value)

Set the value value.

Method Details

lang

public String lang()

Get the lang value.

Returns:

the lang value

value

public String value()

Get the value value.

Returns:

the value value

withLang

public ErrorMessage withLang(String lang)

Set the lang value.

Parameters:

lang - the lang value to set

Returns:

the ErrorMessage object itself.

withValue

public ErrorMessage withValue(String value)

Set the value value.

Parameters:

value - the value value to set

Returns:

the ErrorMessage object itself.

Applies to