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