@Generated public class Table extends Object
| Constructor and Description |
|---|
Table() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getComment() |
String |
getId() |
TableInternalAttributes |
getInternalAttributes() |
String |
getMaterializationNamespace() |
String |
getMaterializedTableName() |
String |
getName() |
String |
getSchema() |
String |
getShare() |
String |
getShareId() |
Collection<TagKeyValue> |
getTags() |
int |
hashCode() |
Table |
setComment(String comment) |
Table |
setId(String id) |
Table |
setInternalAttributes(TableInternalAttributes internalAttributes) |
Table |
setMaterializationNamespace(String materializationNamespace) |
Table |
setMaterializedTableName(String materializedTableName) |
Table |
setName(String name) |
Table |
setSchema(String schema) |
Table |
setShare(String share) |
Table |
setShareId(String shareId) |
Table |
setTags(Collection<TagKeyValue> tags) |
String |
toString() |
public String getComment()
public String getId()
public Table setInternalAttributes(TableInternalAttributes internalAttributes)
public TableInternalAttributes getInternalAttributes()
public Table setMaterializationNamespace(String materializationNamespace)
public String getMaterializationNamespace()
public String getMaterializedTableName()
public String getName()
public String getSchema()
public String getShare()
public String getShareId()
public Table setTags(Collection<TagKeyValue> tags)
public Collection<TagKeyValue> getTags()
Copyright © 2025. All rights reserved.