Class StopDatafeedResponse

  • All Implemented Interfaces:
    ToXContent, ToXContentObject

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

      • StopDatafeedResponse

        public StopDatafeedResponse​(boolean stopped)
    • Method Detail

      • isStopped

        public boolean isStopped()
        Has the Datafeed stopped or not
        Returns:
        boolean value indicating the Datafeed stopped 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