@Generated public class UpdateCatalog extends Object
| Constructor and Description |
|---|
UpdateCatalog() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getComment() |
EnablePredictiveOptimization |
getEnablePredictiveOptimization() |
IsolationMode |
getIsolationMode() |
String |
getName() |
String |
getNewName() |
String |
getOwner() |
Map<String,String> |
getProperties() |
int |
hashCode() |
UpdateCatalog |
setComment(String comment) |
UpdateCatalog |
setEnablePredictiveOptimization(EnablePredictiveOptimization enablePredictiveOptimization) |
UpdateCatalog |
setIsolationMode(IsolationMode isolationMode) |
UpdateCatalog |
setName(String name) |
UpdateCatalog |
setNewName(String newName) |
UpdateCatalog |
setOwner(String owner) |
UpdateCatalog |
setProperties(Map<String,String> properties) |
String |
toString() |
public UpdateCatalog setComment(String comment)
public String getComment()
public UpdateCatalog setEnablePredictiveOptimization(EnablePredictiveOptimization enablePredictiveOptimization)
public EnablePredictiveOptimization getEnablePredictiveOptimization()
public UpdateCatalog setIsolationMode(IsolationMode isolationMode)
public IsolationMode getIsolationMode()
public UpdateCatalog setName(String name)
public String getName()
public UpdateCatalog setNewName(String newName)
public String getNewName()
public UpdateCatalog setOwner(String owner)
public String getOwner()
public UpdateCatalog setProperties(Map<String,String> properties)
Copyright © 2024. All rights reserved.