Class ConnectDataCategoryWithDataClassRequest

Object
ConnectDataCategoryWithDataClassRequest
All Implemented Interfaces:
Serializable

public class ConnectDataCategoryWithDataClassRequest extends Object implements Serializable
Criteria for connecting data class and data category.
See Also:
  • Constructor Details

    • ConnectDataCategoryWithDataClassRequest

      public ConnectDataCategoryWithDataClassRequest(UUID dataCategoryId, UUID dataClassId)
      Creates a new ConnectDataCategoryWithDataClassRequest instance.
      Parameters:
      dataCategoryId - The id of the data category connected to the data class.
      dataClassId - The id of the data class connected to the data category.
    • ConnectDataCategoryWithDataClassRequest

      public ConnectDataCategoryWithDataClassRequest()
  • Method Details

    • builder

    • getDataCategoryId

      public UUID getDataCategoryId()
      The id of the data category connected to the data class.
    • getDataClassId

      public UUID getDataClassId()
      The id of the data class connected to the data category.
    • setDataCategoryId

      public void setDataCategoryId(UUID dataCategoryId)
      The id of the data category connected to the data class.
    • setDataClassId

      public void setDataClassId(UUID dataClassId)
      The id of the data class connected to the data category.
    • 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