public class DictInfo extends AbstractModel
Constructor and Description |
---|
DictInfo() |
DictInfo(DictInfo 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 |
getCreateTime()
Get 自定义词库创建时间,形式为:yyyy-mm-dd hh:mm:ss。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDescription()
Get 自定义词库描述信息。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getId()
Get 自定义词库ID。
|
String |
getName()
Get 自定义词库名称。
|
String |
getUpdateTime()
Get 自定义词库修改时间,形式为:yyyy-mm-dd hh:mm:ss。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(String CreateTime)
Set 自定义词库创建时间,形式为:yyyy-mm-dd hh:mm:ss。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 自定义词库描述信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setId(String Id)
Set 自定义词库ID。
|
void |
setName(String Name)
Set 自定义词库名称。
|
void |
setUpdateTime(String UpdateTime)
Set 自定义词库修改时间,形式为:yyyy-mm-dd hh:mm:ss。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DictInfo()
public DictInfo(DictInfo source)
public String getName()
public void setName(String Name)
Name
- 自定义词库名称。public String getId()
public void setId(String Id)
Id
- 自定义词库ID。public String getDescription()
public void setDescription(String Description)
Description
- 自定义词库描述信息。
注意:此字段可能返回 null,表示取不到有效值。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 自定义词库修改时间,形式为:yyyy-mm-dd hh:mm:ss。
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 自定义词库创建时间,形式为:yyyy-mm-dd hh:mm:ss。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.