Class Poll.PollQueryRequestData

  • Enclosing class:
    Poll

    public static class Poll.PollQueryRequestData
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      @Nullable java.util.Map<java.lang.String,​java.lang.Object> getFilter()  
      @Nullable java.lang.Integer getLimit()  
      @Nullable java.lang.String getNext()  
      @Nullable java.lang.Integer getOffset()  
      @Nullable java.lang.String getPrev()  
      @Nullable java.util.List<Sort> getSorts()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFilter

        @Nullable
        public @Nullable java.util.Map<java.lang.String,​java.lang.Object> getFilter()
      • getSorts

        @Nullable
        public @Nullable java.util.List<Sort> getSorts()
      • getLimit

        @Nullable
        public @Nullable java.lang.Integer getLimit()
      • getOffset

        @Nullable
        public @Nullable java.lang.Integer getOffset()
      • getNext

        @Nullable
        public @Nullable java.lang.String getNext()
      • getPrev

        @Nullable
        public @Nullable java.lang.String getPrev()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object