TagValueInner Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluent. models. TagValueInner
- com.
Implements
public final class TagValueInner
implements JsonSerializable<TagValueInner>
Tag information.
Constructor Summary
Constructor | Description |
---|---|
TagValueInner() |
Creates an instance of Tag |
Method Summary
Modifier and Type | Method and Description |
---|---|
Tag |
count()
Get the count property: The tag value count. |
static
Tag |
fromJson(JsonReader jsonReader)
Reads an instance of Tag |
String |
id()
Get the id property: The tag value ID. |
String |
tagValue()
Get the tag |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Tag |
withCount(TagCount count)
Set the count property: The tag value count. |
Tag |
withTagValue(String tagValue)
Set the tag |
Methods inherited from java.lang.Object
Constructor Details
TagValueInner
public TagValueInner()
Creates an instance of TagValueInner class.
Method Details
count
public TagCount count()
Get the count property: The tag value count.
Returns:
fromJson
public static TagValueInner fromJson(JsonReader jsonReader)
Reads an instance of TagValueInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The tag value ID.
Returns:
tagValue
public String tagValue()
Get the tagValue property: The tag value.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCount
public TagValueInner withCount(TagCount count)
Set the count property: The tag value count.
Parameters:
Returns:
withTagValue
public TagValueInner withTagValue(String tagValue)
Set the tagValue property: The tag value.
Parameters:
Returns:
Applies to
Azure SDK for Java