| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
TagInfo. |
| Modifier and Type | Method and Description |
|---|---|
TagInfo |
build() |
TagInfo.Builder |
setScope(java.lang.String scope)
Tag searches may optionally be restricted by scope
|
TagInfo.Builder |
setTag(java.lang.String tag)
Identifier meaningful to user with maximum length of 256 characters
|
TagInfo.Builder |
setTaggedObjectsCount(java.lang.Long taggedObjectsCount)
Number of objects with assigned with matching scope and tag values format: int32
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
public Builder()
TagInfo.public TagInfo.Builder setScope(java.lang.String scope)
scope - New value for the property.public TagInfo.Builder setTag(java.lang.String tag)
tag - New value for the property.public TagInfo.Builder setTaggedObjectsCount(java.lang.Long taggedObjectsCount)
taggedObjectsCount - New value for the property.public TagInfo build()