public class TColumn extends AbstractModel
skipSign
Constructor and Description |
---|
TColumn() |
TColumn(TColumn source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Get The field description.
|
String |
getDefault()
Get The default field value.
|
String |
getName()
Get The field name.
|
Boolean |
getNotNull()
Get Whether the field is not null.
|
String |
getType()
Get The field type.
|
void |
setComment(String Comment)
Set The field description.
|
void |
setDefault(String Default)
Set The default field value.
|
void |
setName(String Name)
Set The field name.
|
void |
setNotNull(Boolean NotNull)
Set Whether the field is not null.
|
void |
setType(String Type)
Set The field type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TColumn()
public TColumn(TColumn source)
public String getName()
public void setName(String Name)
Name
- The field name.public String getType()
public void setType(String Type)
Type
- The field type.public String getComment()
public void setComment(String Comment)
Comment
- The field description.public String getDefault()
public void setDefault(String Default)
Default
- The default field value.public Boolean getNotNull()
public void setNotNull(Boolean NotNull)
NotNull
- Whether the field is not null.Copyright © 2023. All rights reserved.