public final class TagCount extends Object
| Constructor and Description |
|---|
TagCount() |
| Modifier and Type | Method and Description |
|---|---|
String |
type()
Get the type property: Type of count.
|
void |
validate()
Validates the instance.
|
Integer |
value()
Get the value property: Value of count.
|
TagCount |
withType(String type)
Set the type property: Type of count.
|
TagCount |
withValue(Integer value)
Set the value property: Value of count.
|
public String type()
public TagCount withType(String type)
type - the type value to set.public Integer value()
public TagCount withValue(Integer value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.