NodeCountsInner Class

  • java.lang.Object
    • com.azure.resourcemanager.automation.fluent.models.NodeCountsInner

public final class NodeCountsInner

Gets the count of nodes by count type.

Constructor Summary

Constructor Description
NodeCountsInner()

Method Summary

Modifier and Type Method and Description
Integer totalCount()

Get the totalCount property: Gets the total number of records matching countType criteria.

void validate()

Validates the instance.

List<NodeCount> value()

Get the value property: Gets an array of counts.

NodeCountsInner withTotalCount(Integer totalCount)

Set the totalCount property: Gets the total number of records matching countType criteria.

NodeCountsInner withValue(List<NodeCount> value)

Set the value property: Gets an array of counts.

Methods inherited from java.lang.Object

Constructor Details

NodeCountsInner

public NodeCountsInner()

Method Details

totalCount

public Integer totalCount()

Get the totalCount property: Gets the total number of records matching countType criteria.

Returns:

the totalCount value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Gets an array of counts.

Returns:

the value value.

withTotalCount

public NodeCountsInner withTotalCount(Integer totalCount)

Set the totalCount property: Gets the total number of records matching countType criteria.

Parameters:

totalCount - the totalCount value to set.

Returns:

the NodeCountsInner object itself.

withValue

public NodeCountsInner withValue(List value)

Set the value property: Gets an array of counts.

Parameters:

value - the value value to set.

Returns:

the NodeCountsInner object itself.

Applies to