public class RestoreSnapshot extends Statement
Constructor and Description |
---|
RestoreSnapshot(QualifiedName name,
GenericProperties genericProperties) |
RestoreSnapshot(QualifiedName name,
java.util.List<Table> tableList,
GenericProperties genericProperties) |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
QualifiedName |
name() |
com.google.common.base.Optional<GenericProperties> |
properties() |
com.google.common.base.Optional<java.util.List<Table>> |
tableList() |
java.lang.String |
toString() |
public RestoreSnapshot(QualifiedName name, @Nullable GenericProperties genericProperties)
public RestoreSnapshot(QualifiedName name, java.util.List<Table> tableList, @Nullable GenericProperties genericProperties)
public QualifiedName name()
public com.google.common.base.Optional<GenericProperties> properties()
public com.google.common.base.Optional<java.util.List<Table>> tableList()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)