public class DeletePredicateRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_PREDICATE |
static String |
SERIALIZED_NAME_START |
static String |
SERIALIZED_NAME_STOP |
Constructor and Description |
---|
DeletePredicateRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPredicate()
InfluxQL-like delete statement
|
OffsetDateTime |
getStart()
RFC3339Nano
|
OffsetDateTime |
getStop()
RFC3339Nano
|
int |
hashCode() |
DeletePredicateRequest |
predicate(String predicate) |
void |
setPredicate(String predicate) |
void |
setStart(OffsetDateTime start) |
void |
setStop(OffsetDateTime stop) |
DeletePredicateRequest |
start(OffsetDateTime start) |
DeletePredicateRequest |
stop(OffsetDateTime stop) |
String |
toString() |
public static final String SERIALIZED_NAME_START
public static final String SERIALIZED_NAME_STOP
public static final String SERIALIZED_NAME_PREDICATE
public DeletePredicateRequest start(OffsetDateTime start)
public OffsetDateTime getStart()
public void setStart(OffsetDateTime start)
public DeletePredicateRequest stop(OffsetDateTime stop)
public OffsetDateTime getStop()
public void setStop(OffsetDateTime stop)
public DeletePredicateRequest predicate(String predicate)
public String getPredicate()
public void setPredicate(String predicate)
Copyright © 2018–2022 InfluxData, Inc.. All rights reserved.