次の方法で共有


TagDetailsInner Class

  • java.lang.Object
    • com.azure.resourcemanager.resources.fluent.models.TagDetailsInner

Implements

public final class TagDetailsInner
implements JsonSerializable<TagDetailsInner>

Tag details.

Constructor Summary

Constructor Description
TagDetailsInner()

Creates an instance of TagDetailsInner class.

Method Summary

Modifier and Type Method and Description
TagCount count()

Get the count property: The total number of resources that use the resource tag.

static TagDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of TagDetailsInner from the JsonReader.

String id()

Get the id property: The tag name ID.

String tagName()

Get the tagName property: The tag name.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<TagValueInner> values()

Get the values property: The list of tag values.

TagDetailsInner withCount(TagCount count)

Set the count property: The total number of resources that use the resource tag.

TagDetailsInner withTagName(String tagName)

Set the tagName property: The tag name.

TagDetailsInner withValues(List<TagValueInner> values)

Set the values property: The list of tag values.

Methods inherited from java.lang.Object

Constructor Details

TagDetailsInner

public TagDetailsInner()

Creates an instance of TagDetailsInner class.

Method Details

count

public TagCount count()

Get the count property: The total number of resources that use the resource tag. When a tag is initially created and has no associated resources, the value is 0.

Returns:

the count value.

fromJson

public static TagDetailsInner fromJson(JsonReader jsonReader)

Reads an instance of TagDetailsInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of TagDetailsInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the TagDetailsInner.

id

public String id()

Get the id property: The tag name ID.

Returns:

the id value.

tagName

public String tagName()

Get the tagName property: The tag name.

Returns:

the tagName value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

values

public List values()

Get the values property: The list of tag values.

Returns:

the values value.

withCount

public TagDetailsInner withCount(TagCount count)

Set the count property: The total number of resources that use the resource tag. When a tag is initially created and has no associated resources, the value is 0.

Parameters:

count - the count value to set.

Returns:

the TagDetailsInner object itself.

withTagName

public TagDetailsInner withTagName(String tagName)

Set the tagName property: The tag name.

Parameters:

tagName - the tagName value to set.

Returns:

the TagDetailsInner object itself.

withValues

public TagDetailsInner withValues(List values)

Set the values property: The list of tag values.

Parameters:

values - the values value to set.

Returns:

the TagDetailsInner object itself.

Applies to