public class ExecuteQuery extends AbstractBaseBean
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecuteQuery.Builder |
| Constructor and Description |
|---|
ExecuteQuery() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDryRun() |
String |
getKey() |
Date |
getStartAt() |
void |
setDryRun(Boolean dryRun) |
void |
setKey(String key) |
void |
setStartAt(Date startAt) |
equals, hashCode, toStringpublic String getKey()
@NotNull @PathParam(value="key") public void setKey(String key)
public Date getStartAt()
@QueryParam(value="startAt") public void setStartAt(Date startAt)
public Boolean getDryRun()
@QueryParam(value="dryRun") @DefaultValue(value="false") public void setDryRun(Boolean dryRun)
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.