Class Ack
- java.lang.Object
-
- com.floragunn.signals.watch.common.Ack
-
- All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
public class Ack extends Object implements org.elasticsearch.xcontent.ToXContentObject
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ackcreate(com.fasterxml.jackson.databind.JsonNode jsonNode)booleanequals(Object obj)StringgetBy()InstantgetOn()inthashCode()StringtoString()org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params)
-
-
-
Method Detail
-
getOn
public Instant getOn()
-
getBy
public String getBy()
-
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException- Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- Throws:
IOException
-
create
public static Ack create(com.fasterxml.jackson.databind.JsonNode jsonNode)
-
-