Class TimeFilterPageRequest

  • All Implemented Interfaces:
    com.gooddata.sdk.common.collections.PageRequest
    Direct Known Subclasses:
    AuditEventPageRequest

    public class TimeFilterPageRequest
    extends com.gooddata.sdk.common.collections.CustomPageRequest
    Class to encapsulate time filtering
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.time.ZonedDateTime from  
      protected java.time.ZonedDateTime to  
      • Fields inherited from class com.gooddata.sdk.common.collections.CustomPageRequest

        DEFAULT_LIMIT
    • Field Detail

      • from

        protected java.time.ZonedDateTime from
      • to

        protected java.time.ZonedDateTime to
    • Constructor Detail

      • TimeFilterPageRequest

        public TimeFilterPageRequest()
    • Method Detail

      • getFrom

        public java.time.ZonedDateTime getFrom()
      • setFrom

        public void setFrom​(java.time.ZonedDateTime from)
      • getTo

        public java.time.ZonedDateTime getTo()
      • setTo

        public void setTo​(java.time.ZonedDateTime to)
      • updateWithPageParams

        public com.gooddata.sdk.common.util.MutableUri updateWithPageParams​(com.gooddata.sdk.common.util.MutableUri builder)
        Specified by:
        updateWithPageParams in interface com.gooddata.sdk.common.collections.PageRequest
        Overrides:
        updateWithPageParams in class com.gooddata.sdk.common.collections.CustomPageRequest
      • canEqual

        protected boolean canEqual​(java.lang.Object o)
        Overrides:
        canEqual in class com.gooddata.sdk.common.collections.CustomPageRequest
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class com.gooddata.sdk.common.collections.CustomPageRequest
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.gooddata.sdk.common.collections.CustomPageRequest
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class com.gooddata.sdk.common.collections.CustomPageRequest