Class DisconnectDataCategoryWithDataClassRequest

Object
DisconnectDataCategoryWithDataClassRequest

public class DisconnectDataCategoryWithDataClassRequest extends Object
Request to disconnect data category from data class.
  • Constructor Details

    • DisconnectDataCategoryWithDataClassRequest

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

      public DisconnectDataCategoryWithDataClassRequest()
  • Method Details

    • builder

    • getDataCategoryId

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

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

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

      public void setDataClassId(UUID dataClassId)
      The id of the data class to be disconnected from 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