@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-12-13T13:57:16.085Z") public class ApiHBaseCreateTable extends Object
Constructor and Description |
---|
ApiHBaseCreateTable() |
Modifier and Type | Method and Description |
---|---|
ApiHBaseCreateTable |
columnFamily(String columnFamily) |
boolean |
equals(Object o) |
String |
getColumnFamily() |
String |
getTableName() |
int |
hashCode() |
void |
setColumnFamily(String columnFamily) |
void |
setTableName(String tableName) |
ApiHBaseCreateTable |
tableName(String tableName) |
String |
toString() |
public ApiHBaseCreateTable tableName(String tableName)
public String getTableName()
public void setTableName(String tableName)
public ApiHBaseCreateTable columnFamily(String columnFamily)
public String getColumnFamily()
public void setColumnFamily(String columnFamily)
Copyright © 2022. All rights reserved.