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