MoveErrorInfo Class
- java.
lang. Object - com.
azure. resourcemanager. resourcemover. models. MoveErrorInfo
- com.
Implements
public final class MoveErrorInfo
implements JsonSerializable<MoveErrorInfo>
The move custom error info.
Constructor Summary
| Constructor | Description |
|---|---|
| MoveErrorInfo() |
Creates an instance of Move |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Move |
fromJson(JsonReader jsonReader)
Reads an instance of Move |
|
List<Affected |
moveResources()
Get the move |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
MoveErrorInfo
public MoveErrorInfo()
Creates an instance of MoveErrorInfo class.
Method Details
fromJson
public static MoveErrorInfo fromJson(JsonReader jsonReader)
Reads an instance of MoveErrorInfo from the JsonReader.
Parameters:
Returns:
Throws:
moveResources
public List<AffectedMoveResource> moveResources()
Get the moveResources property: The affected move resources.
Returns:
toJson
validate
public void validate()
Validates the instance.