ErrorMessage Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. ErrorMessage
- com.
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. |
Error |
withLang(String lang)
Set the lang value. |
Error |
withValue(String value)
Set the value value. |
Method Details
lang
public String lang()
Get the lang value.
Returns:
value
public String value()
Get the value value.
Returns:
withLang
public ErrorMessage withLang(String lang)
Set the lang value.
Parameters:
Returns:
withValue
public ErrorMessage withValue(String value)
Set the value value.
Parameters:
Returns: