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