public final class TagValueInner extends Object
| Constructor and Description |
|---|
TagValueInner() |
| Modifier and Type | Method and Description |
|---|---|
TagCount |
count()
Get the count property: The tag value count.
|
String |
id()
Get the id property: The tag value ID.
|
String |
tagValue()
Get the tagValue property: The tag value.
|
void |
validate()
Validates the instance.
|
TagValueInner |
withCount(TagCount count)
Set the count property: The tag value count.
|
TagValueInner |
withTagValue(String tagValue)
Set the tagValue property: The tag value.
|
public String id()
public String tagValue()
public TagValueInner withTagValue(String tagValue)
tagValue - the tagValue value to set.public TagCount count()
public TagValueInner withCount(TagCount count)
count - the count value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.