Package org.elasticsearch.client.watcher
Interface WatchStatus.Field
-
- Enclosing class:
- WatchStatus
public static interface WatchStatus.Field
-
-
Field Summary
Fields Modifier and Type Field Description static ParseFieldACTIONSstatic ParseFieldACTIVEstatic ParseFieldEXECUTION_STATEstatic ParseFieldLAST_CHECKEDstatic ParseFieldLAST_MET_CONDITIONstatic ParseFieldSTATEstatic ParseFieldTIMESTAMPstatic ParseFieldVERSION
-
-
-
Field Detail
-
STATE
static final ParseField STATE
-
ACTIVE
static final ParseField ACTIVE
-
TIMESTAMP
static final ParseField TIMESTAMP
-
LAST_CHECKED
static final ParseField LAST_CHECKED
-
LAST_MET_CONDITION
static final ParseField LAST_MET_CONDITION
-
ACTIONS
static final ParseField ACTIONS
-
VERSION
static final ParseField VERSION
-
EXECUTION_STATE
static final ParseField EXECUTION_STATE
-
-