Class AddClassificationMatchesRequest

Object
AddClassificationMatchesRequest
All Implemented Interfaces:
Serializable

public class AddClassificationMatchesRequest extends Object implements Serializable
See Also:
  • Constructor Details

    • AddClassificationMatchesRequest

      public AddClassificationMatchesRequest(UUID assetId, List<UUID> classificationIds)
      Creates a new AddClassificationMatchesRequest instance.
      Parameters:
      assetId - The id of an asset for which classification matches will be added.
      classificationIds - The list of id of classifications to be used in created classification matches.
    • AddClassificationMatchesRequest

      public AddClassificationMatchesRequest()
  • Method Details

    • builder

    • getAssetId

      public UUID getAssetId()
      The id of an asset for which classification matches will be added.
    • getClassificationIds

      public List<UUID> getClassificationIds()
      The list of id of classifications to be used in created classification matches.
    • setAssetId

      public void setAssetId(UUID assetId)
      The id of an asset for which classification matches will be added.
    • setClassificationIds

      public void setClassificationIds(List<UUID> classificationIds)
      The list of id of classifications to be used in created classification matches.
    • 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