Class GetDatafeedStatsRequest

    • Constructor Detail

      • GetDatafeedStatsRequest

        public GetDatafeedStatsRequest​(java.lang.String... datafeedIds)
        Get the specified Datafeed's statistics via their unique datafeedIds
        Parameters:
        datafeedIds - must be non-null and each datafeedId must be non-null
    • Method Detail

      • getDatafeedIds

        public java.util.List<java.lang.String> getDatafeedIds()
        All the datafeedIds for which to get statistics
      • getAllowNoDatafeeds

        public java.lang.Boolean getAllowNoDatafeeds()
      • setAllowNoDatafeeds

        public void setAllowNoDatafeeds​(boolean allowNoDatafeeds)
        Whether to ignore if a wildcard expression matches no datafeeds. This includes _all string or when no datafeeds have been specified
        Parameters:
        allowNoDatafeeds - When true ignore if wildcard or _all matches no datafeeds. Defaults to true
      • hashCode

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

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object