Summary Class
- java.
lang. Object - com.
microsoft. azure. management. resourcemover. v2021_01_01.Summary
- com.
public class Summary
Summary item.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| Summary() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Integer |
count()
Get gets the count. |
| java.lang.String |
item()
Get gets the item. |
| Summary |
withCount(Integer count)
Set gets the count. |
| Summary |
withItem(String item)
Set gets the item. |
Methods inherited from java.lang.Object
Constructor Details
Summary
public Summary()
Method Details
count
public Integer count()
Get gets the count.
Returns:
item
public String item()
Get gets the item.
Returns:
withCount
public Summary withCount(Integer count)
Set gets the count.
Parameters:
Returns:
withItem
public Summary withItem(String item)
Set gets the item.
Parameters:
Returns: