Class AddAssetTagsRequest
Object
AddAssetTagsRequest
- All Implemented Interfaces:
Serializable
The tags to be added to given asset.
If tag with given names does not exists, it will be created.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AddAssetTagsRequest.Builderbuilder()protected booleanbooleanRequired. The ID of the asset.Required. The names of the tags to be applied on given asset.inthashCode()voidsetAssetId(UUID assetId) Required. The ID of the asset.voidsetTagNames(List<String> tagNames) Required. The names of the tags to be applied on given asset.toString()
-
Constructor Details
-
AddAssetTagsRequest
public AddAssetTagsRequest()
-
-
Method Details
-
builder
-
getAssetId
Required. The ID of the asset. -
getTagNames
Required. The names of the tags to be applied on given asset. -
setAssetId
Required. The ID of the asset. -
setTagNames
Required. The names of the tags to be applied on given asset. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-