SummaryCollection Class
- java.
lang. Object - com.
microsoft. azure. management. resourcemover. v2021_01_01.SummaryCollection
- com.
public class SummaryCollection
Summary Collection.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| SummaryCollection() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
fieldName()
Get gets or sets the field name on which summary is done. |
| java.util.List<Summary> |
summary()
Get gets or sets the list of summary items. |
|
Summary |
withFieldName(String fieldName)
Set gets or sets the field name on which summary is done. |
|
Summary |
withSummary(List<Summary> summary)
Set gets or sets the list of summary items. |
Methods inherited from java.lang.Object
Constructor Details
SummaryCollection
public SummaryCollection()
Method Details
fieldName
public String fieldName()
Get gets or sets the field name on which summary is done.
Returns:
summary
public List
Get gets or sets the list of summary items.
Returns:
withFieldName
public SummaryCollection withFieldName(String fieldName)
Set gets or sets the field name on which summary is done.
Parameters:
Returns:
withSummary
public SummaryCollection withSummary(List
Set gets or sets the list of summary items.
Parameters:
Returns: