SummaryCollection Class
- java.
lang. Object - com.
azure. resourcemanager. resourcemover. models. SummaryCollection
- com.
Implements
public final class SummaryCollection
implements JsonSerializable<SummaryCollection>
Summary Collection.
Constructor Summary
| Constructor | Description |
|---|---|
| SummaryCollection() |
Creates an instance of Summary |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
fieldName()
Get the field |
|
static
Summary |
fromJson(JsonReader jsonReader)
Reads an instance of Summary |
| List<Summary> |
summary()
Get the summary property: Gets or sets the list of summary items. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Summary |
withFieldName(String fieldName)
Set the field |
|
Summary |
withSummary(List<Summary> summary)
Set the summary property: Gets or sets the list of summary items. |
Methods inherited from java.lang.Object
Constructor Details
SummaryCollection
public SummaryCollection()
Creates an instance of SummaryCollection class.
Method Details
fieldName
public String fieldName()
Get the fieldName property: Gets or sets the field name on which summary is done.
Returns:
fromJson
public static SummaryCollection fromJson(JsonReader jsonReader)
Reads an instance of SummaryCollection from the JsonReader.
Parameters:
Returns:
Throws:
summary
public List
Get the summary property: Gets or sets the list of summary items.
Returns:
toJson
validate
public void validate()
Validates the instance.
withFieldName
public SummaryCollection withFieldName(String fieldName)
Set the fieldName property: Gets or sets the field name on which summary is done.
Parameters:
Returns:
withSummary
public SummaryCollection withSummary(List
Set the summary property: Gets or sets the list of summary items.
Parameters:
Returns: