Share via


SummaryCollection Class

  • java.lang.Object
    • com.microsoft.azure.management.resourcemover.v2021_01_01.SummaryCollection

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.

SummaryCollection withFieldName(String fieldName)

Set gets or sets the field name on which summary is done.

SummaryCollection withSummary(List<Summary> summary)

Set gets or sets the list of summary items.

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

SummaryCollection

public SummaryCollection()

Method Details

fieldName

public String fieldName()

Get gets or sets the field name on which summary is done.

Returns:

the fieldName value

summary

public List

summary()

Get gets or sets the list of summary items.

Returns:

the summary value

withFieldName

public SummaryCollection withFieldName(String fieldName)

Set gets or sets the field name on which summary is done.

Parameters:

fieldName - the fieldName value to set

Returns:

the SummaryCollection object itself.

withSummary

public SummaryCollection withSummary(List

summary)

Set gets or sets the list of summary items.

Parameters:

summary - the summary value to set

Returns:

the SummaryCollection object itself.

Applies to