Class StartDatafeedResponse

  • All Implemented Interfaces:
    ToXContent, ToXContentObject

    public class StartDatafeedResponse
    extends java.lang.Object
    implements ToXContentObject
    Response indicating if the Machine Learning Datafeed is now started or not
    • Constructor Detail

      • StartDatafeedResponse

        public StartDatafeedResponse​(boolean started)
    • Method Detail

      • isStarted

        public boolean isStarted()
        Has the Datafeed started or not
        Returns:
        boolean value indicating the Datafeed started status
      • equals

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

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