public class ParamTpl extends AbstractModel
header, skipSign
Constructor and Description |
---|
ParamTpl() |
ParamTpl(ParamTpl 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 |
getClusterType()
Get 适用数据库类型
|
String |
getMongoVersion()
Get 适用数据库版本
|
String |
getTplDesc()
Get 参数模板描述
|
String |
getTplId()
Get 参数模板ID
|
String |
getTplName()
Get 参数模板名称
|
String |
getTplType()
Get 模板类型,包括DEFAULT(默认模板)及CUSTOMIZE(定制模板)两种类型
|
void |
setClusterType(String ClusterType)
Set 适用数据库类型
|
void |
setMongoVersion(String MongoVersion)
Set 适用数据库版本
|
void |
setTplDesc(String TplDesc)
Set 参数模板描述
|
void |
setTplId(String TplId)
Set 参数模板ID
|
void |
setTplName(String TplName)
Set 参数模板名称
|
void |
setTplType(String TplType)
Set 模板类型,包括DEFAULT(默认模板)及CUSTOMIZE(定制模板)两种类型
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ParamTpl()
public ParamTpl(ParamTpl source)
public String getTplName()
public void setTplName(String TplName)
TplName
- 参数模板名称public String getTplId()
public void setTplId(String TplId)
TplId
- 参数模板IDpublic String getMongoVersion()
public void setMongoVersion(String MongoVersion)
MongoVersion
- 适用数据库版本public String getClusterType()
public void setClusterType(String ClusterType)
ClusterType
- 适用数据库类型public String getTplDesc()
public void setTplDesc(String TplDesc)
TplDesc
- 参数模板描述public String getTplType()
public void setTplType(String TplType)
TplType
- 模板类型,包括DEFAULT(默认模板)及CUSTOMIZE(定制模板)两种类型Copyright © 2024. All rights reserved.