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
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Constructor Details
Summary
public Summary()
Method Details
count
public Integer count()
Get gets the count.
Returns:
the count value
item
public String item()
Get gets the item.
Returns:
the item value
withCount
public Summary withCount(Integer count)
Set gets the count.
Parameters:
count
- the count value to set
Returns:
the Summary object itself.
withItem
public Summary withItem(String item)
Set gets the item.
Parameters:
item
- the item value to set
Returns:
the Summary object itself.