ComputeNodeError Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. ComputeNodeError
- com.
public class ComputeNodeError
An error encountered by a compute node.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
code()
Get the code value. |
List<Name |
errorDetails()
Get the errorDetails value. |
String |
message()
Get the message value. |
Compute |
withCode(String code)
Set the code value. |
Compute |
withErrorDetails(List<NameValuePair> errorDetails)
Set the errorDetails value. |
Compute |
withMessage(String message)
Set the message value. |
Method Details
code
public String code()
Get the code value.
Returns:
errorDetails
public List
Get the errorDetails value.
Returns:
message
public String message()
Get the message value.
Returns:
withCode
public ComputeNodeError withCode(String code)
Set the code value.
Parameters:
Returns:
withErrorDetails
public ComputeNodeError withErrorDetails(List
Set the errorDetails value.
Parameters:
Returns:
withMessage
public ComputeNodeError withMessage(String message)
Set the message value.
Parameters:
Returns:
Applies to
Azure SDK for Java