Class EntityIdResponseDto

java.lang.Object
io.camunda.optimize.dto.optimize.query.EntityIdResponseDto

public class EntityIdResponseDto extends Object
  • Constructor Details

    • EntityIdResponseDto

      public EntityIdResponseDto(String id, EntityType entityType)
    • EntityIdResponseDto

      protected EntityIdResponseDto()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getEntityType

      public EntityType getEntityType()
    • setEntityType

      public void setEntityType(EntityType entityType)
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object