@Generated public class UpdateSchema extends Object
| Constructor and Description |
|---|
UpdateSchema() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getComment() |
String |
getFullName() |
String |
getName() |
String |
getOwner() |
Map<String,String> |
getProperties() |
int |
hashCode() |
UpdateSchema |
setComment(String comment) |
UpdateSchema |
setFullName(String fullName) |
UpdateSchema |
setName(String name) |
UpdateSchema |
setOwner(String owner) |
UpdateSchema |
setProperties(Map<String,String> properties) |
String |
toString() |
public UpdateSchema setComment(String comment)
public String getComment()
public UpdateSchema setFullName(String fullName)
public String getFullName()
public UpdateSchema setName(String name)
public String getName()
public UpdateSchema setOwner(String owner)
public String getOwner()
public UpdateSchema setProperties(Map<String,String> properties)
Copyright © 2023. All rights reserved.