public class RecordMapping extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecordMapping() |
RecordMapping(RecordMapping 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 |
---|---|
Boolean |
getAllowNull()
Get 消息是否允许为空
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getAutoIncrement()
Get 是否为自增列
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getColumnName()
Get 对应映射列名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getColumnSize()
Get 当前列大小
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDecimalDigits()
Get 当前列精度
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDefaultValue()
Get 数据库表默认参数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getExtraInfo()
Get 数据库表额外字段
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getJsonKey()
Get 消息的 key 名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 消息类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAllowNull(Boolean AllowNull)
Set 消息是否允许为空
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAutoIncrement(Boolean AutoIncrement)
Set 是否为自增列
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setColumnName(String ColumnName)
Set 对应映射列名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setColumnSize(String ColumnSize)
Set 当前列大小
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDecimalDigits(String DecimalDigits)
Set 当前列精度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDefaultValue(String DefaultValue)
Set 数据库表默认参数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExtraInfo(String ExtraInfo)
Set 数据库表额外字段
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setJsonKey(String JsonKey)
Set 消息的 key 名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 消息类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RecordMapping()
public RecordMapping(RecordMapping source)
public String getJsonKey()
public void setJsonKey(String JsonKey)
JsonKey
- 消息的 key 名称
注意:此字段可能返回 null,表示取不到有效值。public String getType()
public void setType(String Type)
Type
- 消息类型
注意:此字段可能返回 null,表示取不到有效值。public Boolean getAllowNull()
public void setAllowNull(Boolean AllowNull)
AllowNull
- 消息是否允许为空
注意:此字段可能返回 null,表示取不到有效值。public String getColumnName()
public void setColumnName(String ColumnName)
ColumnName
- 对应映射列名称
注意:此字段可能返回 null,表示取不到有效值。public String getExtraInfo()
public void setExtraInfo(String ExtraInfo)
ExtraInfo
- 数据库表额外字段
注意:此字段可能返回 null,表示取不到有效值。public String getColumnSize()
public void setColumnSize(String ColumnSize)
ColumnSize
- 当前列大小
注意:此字段可能返回 null,表示取不到有效值。public String getDecimalDigits()
public void setDecimalDigits(String DecimalDigits)
DecimalDigits
- 当前列精度
注意:此字段可能返回 null,表示取不到有效值。public Boolean getAutoIncrement()
public void setAutoIncrement(Boolean AutoIncrement)
AutoIncrement
- 是否为自增列
注意:此字段可能返回 null,表示取不到有效值。public String getDefaultValue()
public void setDefaultValue(String DefaultValue)
DefaultValue
- 数据库表默认参数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.