public class AnalyticsSchemaTable extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<AnalyticsSchemaColumn> |
columns |
protected Map<String,String> |
description |
protected String |
tableName |
| Constructor and Description |
|---|
AnalyticsSchemaTable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<AnalyticsSchemaColumn> |
getColumns()
The schemas of all columns of this table.
|
Map<String,String> |
getDescription()
A human readable description of the entity type contained in this table.
|
String |
getTableName()
The name of this table.
|
int |
hashCode() |
String |
toString() |
protected List<AnalyticsSchemaColumn> columns
protected String tableName
public List<AnalyticsSchemaColumn> getColumns()
public Map<String,String> getDescription()
public String getTableName()
Copyright © 2022. All rights reserved.