public class DefinedColumnSchema extends Object implements Jsonizable
| 构造器和说明 |
|---|
DefinedColumnSchema(String name,
DefinedColumnType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Get the name of the predefined column.
|
DefinedColumnType |
getType()
Get the type of predefined columns.
|
int |
hashCode() |
String |
jsonize() |
void |
jsonize(StringBuilder sb,
String newline) |
void |
setName(String name)
Set the name of the predefined column.
|
void |
setType(DefinedColumnType type)
Set the type of the predefined column.
|
String |
toString() |
public DefinedColumnSchema(String name, DefinedColumnType type)
public String getName()
public void setName(String name)
name - The name of the predefined column.public DefinedColumnType getType()
public void setType(DefinedColumnType type)
type - The type of the predefined column.public String jsonize()
jsonize 在接口中 Jsonizablepublic void jsonize(StringBuilder sb, String newline)
jsonize 在接口中 JsonizableCopyright © 2025. All Rights Reserved.