TagProperties Class
- java.
lang. Object - com.
azure. resourcemanager. consumption. fluent. models. TagProperties
- com.
Implements
public final class TagProperties
implements JsonSerializable<TagProperties>
The properties of the tag.
Constructor Summary
| Constructor | Description |
|---|---|
| TagProperties() |
Creates an instance of Tag |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Tag |
fromJson(JsonReader jsonReader)
Reads an instance of Tag |
| String |
nextLink()
Get the next |
| String |
previousLink()
Get the previous |
| List<Tag> |
tags()
Get the tags property: A list of Tag. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Tag |
withTags(List<Tag> tags)
Set the tags property: A list of Tag. |
Methods inherited from java.lang.Object
Constructor Details
TagProperties
public TagProperties()
Creates an instance of TagProperties class.
Method Details
fromJson
public static TagProperties fromJson(JsonReader jsonReader)
Reads an instance of TagProperties from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link (url) to the next page of results.
Returns:
previousLink
public String previousLink()
Get the previousLink property: The link (url) to the previous page of results.
Returns:
tags
public List<Tag> tags()
Get the tags property: A list of Tag.
Returns:
toJson
validate
public void validate()
Validates the instance.
withTags
public TagProperties withTags(List<Tag> tags)
Set the tags property: A list of Tag.
Parameters:
Returns: