Class SelectDto


  • public class SelectDto
    extends Object
    • Constructor Detail

      • SelectDto

        public SelectDto()
    • Method Detail

      • getTopCount

        public Integer getTopCount()
      • getTopDirection

        public Direction getTopDirection()
      • setTopCount

        public void setTopCount​(Integer topCount)
      • setTopDirection

        public void setTopDirection​(Direction topDirection)
      • isDistinct

        public boolean isDistinct()
      • setDistinct

        public void setDistinct​(boolean distinct)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object