Class GetDataFrameAnalyticsRequest

  • All Implemented Interfaces:
    Validatable

    public class GetDataFrameAnalyticsRequest
    extends java.lang.Object
    implements Validatable
    • Field Detail

      • ALLOW_NO_MATCH

        public static final ParseField ALLOW_NO_MATCH
    • Constructor Detail

      • GetDataFrameAnalyticsRequest

        public GetDataFrameAnalyticsRequest​(java.lang.String... ids)
    • Method Detail

      • getIds

        public java.util.List<java.lang.String> getIds()
      • getAllowNoMatch

        public java.lang.Boolean getAllowNoMatch()
      • setAllowNoMatch

        public GetDataFrameAnalyticsRequest setAllowNoMatch​(boolean allowNoMatch)
        Whether to ignore if a wildcard expression matches no data frame analytics.
        Parameters:
        allowNoMatch - If this is false, then an error is returned when a wildcard (or _all) does not match any data frame analytics
      • getPageParams

        public PageParams getPageParams()
      • validate

        public java.util.Optional<ValidationException> validate()
        Description copied from interface: Validatable
        Perform validation. This method does not have to be overridden in the event that no validation needs to be done, or the validation was done during object construction time. A ValidationException that is not null is assumed to contain validation errors and will be thrown.
        Specified by:
        validate in interface Validatable
        Returns:
        An Optional ValidationException that contains a list of validation errors.
      • equals

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

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