Module org.elasticsearch.xcore
Class AlwaysCondition
java.lang.Object
org.elasticsearch.xpack.core.watcher.condition.AlwaysCondition
- All Implemented Interfaces:
ToXContent,ToXContentObject,Condition
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xpack.core.watcher.condition.Condition
Condition.ResultNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
FieldsFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()toXContent(XContentBuilder builder, ToXContent.Params params) type()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
TYPE
- See Also:
-
INSTANCE
-
-
Constructor Details
-
AlwaysCondition
protected AlwaysCondition()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
type
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-