UnresolvedDependencyInner Class
- java.
lang. Object - com.
azure. resourcemanager. resourcemover. fluent. models. UnresolvedDependencyInner
- com.
Implements
public final class UnresolvedDependencyInner
implements JsonSerializable<UnresolvedDependencyInner>
Unresolved dependency.
Constructor Summary
| Constructor | Description |
|---|---|
| UnresolvedDependencyInner() |
Creates an instance of Unresolved |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
count()
Get the count property: Gets or sets the count. |
|
static
Unresolved |
fromJson(JsonReader jsonReader)
Reads an instance of Unresolved |
| String |
id()
Get the id property: Gets or sets the arm id of the dependency. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Unresolved |
withCount(Integer count)
Set the count property: Gets or sets the count. |
|
Unresolved |
withId(String id)
Set the id property: Gets or sets the arm id of the dependency. |
Methods inherited from java.lang.Object
Constructor Details
UnresolvedDependencyInner
public UnresolvedDependencyInner()
Creates an instance of UnresolvedDependencyInner class.
Method Details
count
public Integer count()
Get the count property: Gets or sets the count.
Returns:
fromJson
public static UnresolvedDependencyInner fromJson(JsonReader jsonReader)
Reads an instance of UnresolvedDependencyInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Gets or sets the arm id of the dependency.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCount
public UnresolvedDependencyInner withCount(Integer count)
Set the count property: Gets or sets the count.
Parameters:
Returns:
withId
public UnresolvedDependencyInner withId(String id)
Set the id property: Gets or sets the arm id of the dependency.
Parameters:
Returns: