Class RemoveAssetTagsRequest

Object
RemoveAssetTagsRequest
All Implemented Interfaces:
Serializable

public class RemoveAssetTagsRequest extends Object implements Serializable
The tags to be removed from given asset.

If there are any orphan tags after this request is performed (tags that don't belong to any asset) then those tags will be removed.

See Also:
  • Constructor Details

    • RemoveAssetTagsRequest

      public RemoveAssetTagsRequest()
  • Method Details

    • builder

      public static RemoveAssetTagsRequest.Builder builder()
    • getAssetId

      public UUID getAssetId()
      Required. The ID of the asset.
    • getTagNames

      public List<String> getTagNames()
      Required. The names of the tags to be removed from given asset.
    • setAssetId

      public void setAssetId(UUID assetId)
      Required. The ID of the asset.
    • setTagNames

      public void setTagNames(List<String> tagNames)
      Required. The names of the tags to be removed from given asset.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object