public class CreateSchemaRequest extends Object
| Constructor and Description |
|---|
CreateSchemaRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateSchemaRequest |
dbName(String dbName) |
boolean |
equals(Object o) |
@NotNull String |
getDbName()
Get dbName
|
@NotNull String |
getInstanceId()
Get instanceId
|
@NotNull String |
getOwner()
Get owner
|
@NotNull String |
getSchemaName()
Get schemaName
|
int |
hashCode() |
CreateSchemaRequest |
instanceId(String instanceId) |
CreateSchemaRequest |
owner(String owner) |
CreateSchemaRequest |
schemaName(String schemaName) |
void |
setDbName(String dbName) |
void |
setInstanceId(String instanceId) |
void |
setOwner(String owner) |
void |
setSchemaName(String schemaName) |
String |
toString() |
public CreateSchemaRequest dbName(String dbName)
@NotNull public @NotNull String getDbName()
public void setDbName(String dbName)
public CreateSchemaRequest instanceId(String instanceId)
@NotNull public @NotNull String getInstanceId()
public void setInstanceId(String instanceId)
public CreateSchemaRequest owner(String owner)
@NotNull public @NotNull String getOwner()
public void setOwner(String owner)
public CreateSchemaRequest schemaName(String schemaName)
@NotNull public @NotNull String getSchemaName()
public void setSchemaName(String schemaName)
Copyright © 2025. All rights reserved.