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:
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java