@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiHBaseSnapshotPolicyArguments extends Object
Constructor and Description |
---|
ApiHBaseSnapshotPolicyArguments() |
Modifier and Type | Method and Description |
---|---|
ApiHBaseSnapshotPolicyArguments |
addTableRegExpsItem(String tableRegExpsItem) |
boolean |
equals(Object o) |
Storage |
getStorage()
The location where the snapshots should be stored.
|
List<String> |
getTableRegExps()
The regular expressions specifying the tables.
|
int |
hashCode() |
void |
setStorage(Storage storage) |
void |
setTableRegExps(List<String> tableRegExps) |
ApiHBaseSnapshotPolicyArguments |
storage(Storage storage) |
ApiHBaseSnapshotPolicyArguments |
tableRegExps(List<String> tableRegExps) |
String |
toString() |
public ApiHBaseSnapshotPolicyArguments tableRegExps(List<String> tableRegExps)
public ApiHBaseSnapshotPolicyArguments addTableRegExpsItem(String tableRegExpsItem)
public List<String> getTableRegExps()
public ApiHBaseSnapshotPolicyArguments storage(Storage storage)
public Storage getStorage()
public void setStorage(Storage storage)
Copyright © 2019. All rights reserved.