Summary Class

  • java.lang.Object
    • com.azure.resourcemanager.resourcemover.models.Summary

public final class Summary

Summary item.

Constructor Summary

Constructor Description
Summary()

Creates an instance of Summary class.

Method Summary

Modifier and Type Method and Description
Integer count()

Get the count property: Gets the count.

String item()

Get the item property: Gets the item.

void validate()

Validates the instance.

Summary withCount(Integer count)

Set the count property: Gets the count.

Summary withItem(String item)

Set the item property: Gets the item.

Methods inherited from java.lang.Object

Constructor Details

Summary

public Summary()

Creates an instance of Summary class.

Method Details

count

public Integer count()

Get the count property: Gets the count.

Returns:

the count value.

item

public String item()

Get the item property: Gets the item.

Returns:

the item value.

validate

public void validate()

Validates the instance.

withCount

public Summary withCount(Integer count)

Set the count property: Gets the count.

Parameters:

count - the count value to set.

Returns:

the Summary object itself.

withItem

public Summary withItem(String item)

Set the item property: Gets the item.

Parameters:

item - the item value to set.

Returns:

the Summary object itself.

Applies to