@Generated public class TableInternalAttributes extends Object
| Constructor and Description |
|---|
TableInternalAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuxiliaryManagedLocation() |
Collection<String> |
getDependencyStorageLocations() |
String |
getParentStorageLocation() |
String |
getStorageLocation() |
TableInternalAttributesSharedTableType |
getType() |
String |
getViewDefinition() |
int |
hashCode() |
TableInternalAttributes |
setAuxiliaryManagedLocation(String auxiliaryManagedLocation) |
TableInternalAttributes |
setDependencyStorageLocations(Collection<String> dependencyStorageLocations) |
TableInternalAttributes |
setParentStorageLocation(String parentStorageLocation) |
TableInternalAttributes |
setStorageLocation(String storageLocation) |
TableInternalAttributes |
setType(TableInternalAttributesSharedTableType typeValue) |
TableInternalAttributes |
setViewDefinition(String viewDefinition) |
String |
toString() |
public TableInternalAttributes setAuxiliaryManagedLocation(String auxiliaryManagedLocation)
public String getAuxiliaryManagedLocation()
public TableInternalAttributes setDependencyStorageLocations(Collection<String> dependencyStorageLocations)
public Collection<String> getDependencyStorageLocations()
public TableInternalAttributes setParentStorageLocation(String parentStorageLocation)
public String getParentStorageLocation()
public TableInternalAttributes setStorageLocation(String storageLocation)
public String getStorageLocation()
public TableInternalAttributes setType(TableInternalAttributesSharedTableType typeValue)
public TableInternalAttributesSharedTableType getType()
public TableInternalAttributes setViewDefinition(String viewDefinition)
public String getViewDefinition()
Copyright © 2025. All rights reserved.