ResizeError Class
- java.
lang. Object - com.
azure. resourcemanager. batch. models. ResizeError
- com.
Implements
public final class ResizeError
implements JsonSerializable<ResizeError>
An error that occurred when resizing a pool.
Constructor Summary
| Constructor | Description |
|---|---|
| ResizeError() |
Creates an instance of Resize |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
code()
Get the code property: An identifier for the error. |
|
List<Resize |
details()
Get the details property: Additional details about the error. |
|
static
Resize |
fromJson(JsonReader jsonReader)
Reads an instance of Resize |
| String |
message()
Get the message property: A message describing the error, intended to be suitable for display in a user interface. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Resize |
withCode(String code)
Set the code property: An identifier for the error. |
|
Resize |
withDetails(List<ResizeError> details)
Set the details property: Additional details about the error. |
|
Resize |
withMessage(String message)
Set the message property: A message describing the error, intended to be suitable for display in a user interface. |
Methods inherited from java.lang.Object
Constructor Details
ResizeError
public ResizeError()
Creates an instance of ResizeError class.
Method Details
code
public String code()
Get the code property: An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
Returns:
details
public List<ResizeError> details()
Get the details property: Additional details about the error.
Returns:
fromJson
public static ResizeError fromJson(JsonReader jsonReader)
Reads an instance of ResizeError from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: A message describing the error, intended to be suitable for display in a user interface.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCode
public ResizeError withCode(String code)
Set the code property: An identifier for the error. Codes are invariant and are intended to be consumed programmatically.
Parameters:
Returns:
withDetails
public ResizeError withDetails(List<ResizeError> details)
Set the details property: Additional details about the error.
Parameters:
Returns:
withMessage
public ResizeError withMessage(String message)
Set the message property: A message describing the error, intended to be suitable for display in a user interface.
Parameters:
Returns: