Package org.elasticsearch.client.watcher
Class ActionStatus.Throttle
- java.lang.Object
-
- org.elasticsearch.client.watcher.ActionStatus.Throttle
-
- Enclosing class:
- ActionStatus
public static class ActionStatus.Throttle extends Object
-
-
Constructor Summary
Constructors Constructor Description Throttle(ZonedDateTime timestamp, String reason)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()static ActionStatus.Throttleparse(String actionId, XContentParser parser)Stringreason()ZonedDateTimetimestamp()
-
-
-
Constructor Detail
-
Throttle
public Throttle(ZonedDateTime timestamp, String reason)
-
-
Method Detail
-
timestamp
public ZonedDateTime timestamp()
-
reason
public String reason()
-
parse
public static ActionStatus.Throttle parse(String actionId, XContentParser parser) throws IOException
- Throws:
IOException
-
-