@Generated public class CreateSchema extends Object
| Constructor and Description |
|---|
CreateSchema() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCatalogName() |
String |
getComment() |
Long |
getCustomMaxRetentionHours() |
String |
getName() |
Map<String,String> |
getProperties() |
String |
getStorageRoot() |
int |
hashCode() |
CreateSchema |
setCatalogName(String catalogName) |
CreateSchema |
setComment(String comment) |
CreateSchema |
setCustomMaxRetentionHours(Long customMaxRetentionHours) |
CreateSchema |
setName(String name) |
CreateSchema |
setProperties(Map<String,String> properties) |
CreateSchema |
setStorageRoot(String storageRoot) |
String |
toString() |
public CreateSchema setCatalogName(String catalogName)
public String getCatalogName()
public CreateSchema setComment(String comment)
public String getComment()
public CreateSchema setCustomMaxRetentionHours(Long customMaxRetentionHours)
public Long getCustomMaxRetentionHours()
public CreateSchema setName(String name)
public String getName()
public CreateSchema setProperties(Map<String,String> properties)
public CreateSchema setStorageRoot(String storageRoot)
public String getStorageRoot()
Copyright © 2026. All rights reserved.