public class ParameterInfoDsDto extends AbstractModel
header, skipSign
Constructor and Description |
---|
ParameterInfoDsDto() |
ParameterInfoDsDto(ParameterInfoDsDto 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 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getId()
Get 唯一标识
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMsg()
Get 信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getParamBelong()
Get 参数归属
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getParamDefine()
Get 参数周期运行值
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getParamDefineTest()
Get 参数调试运行值
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getParamDescription()
Get 参数描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getParamKey()
Get 参数key
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getParamOwner()
Get 参数责任人
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getParamType()
Get 参数类型project_self_constant,
project_self_data_variable, project_self_run_variable,
project_system, workflow_self_constant, workflow_self_data_variable,
workflow_self_run_variable,
workflow_system,
task
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getParamValue()
Get 参数值
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getResult()
Get 导入结果
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdateTime()
Get 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(String CreateTime)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setId(Long Id)
Set 唯一标识
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMsg(String Msg)
Set 信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParamBelong(String ParamBelong)
Set 参数归属
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParamDefine(String ParamDefine)
Set 参数周期运行值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParamDefineTest(String ParamDefineTest)
Set 参数调试运行值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParamDescription(String ParamDescription)
Set 参数描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParamKey(String ParamKey)
Set 参数key
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParamOwner(String ParamOwner)
Set 参数责任人
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParamType(String ParamType)
Set 参数类型project_self_constant,
project_self_data_variable, project_self_run_variable,
project_system, workflow_self_constant, workflow_self_data_variable,
workflow_self_run_variable,
workflow_system,
task
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setParamValue(String ParamValue)
Set 参数值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResult(Boolean Result)
Set 导入结果
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdateTime(String UpdateTime)
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 ParameterInfoDsDto()
public ParameterInfoDsDto(ParameterInfoDsDto source)
public Long getId()
public void setId(Long Id)
Id
- 唯一标识
注意:此字段可能返回 null,表示取不到有效值。public String getParamKey()
public void setParamKey(String ParamKey)
ParamKey
- 参数key
注意:此字段可能返回 null,表示取不到有效值。public String getParamType()
public void setParamType(String ParamType)
ParamType
- 参数类型project_self_constant,
project_self_data_variable, project_self_run_variable,
project_system, workflow_self_constant, workflow_self_data_variable,
workflow_self_run_variable,
workflow_system,
task
注意:此字段可能返回 null,表示取不到有效值。public String getParamBelong()
public void setParamBelong(String ParamBelong)
ParamBelong
- 参数归属
注意:此字段可能返回 null,表示取不到有效值。public String getParamDefine()
public void setParamDefine(String ParamDefine)
ParamDefine
- 参数周期运行值
注意:此字段可能返回 null,表示取不到有效值。public String getParamValue()
public void setParamValue(String ParamValue)
ParamValue
- 参数值
注意:此字段可能返回 null,表示取不到有效值。public String getParamOwner()
public void setParamOwner(String ParamOwner)
ParamOwner
- 参数责任人
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间
注意:此字段可能返回 null,表示取不到有效值。public Boolean getResult()
public void setResult(Boolean Result)
Result
- 导入结果
注意:此字段可能返回 null,表示取不到有效值。public String getMsg()
public void setMsg(String Msg)
Msg
- 信息
注意:此字段可能返回 null,表示取不到有效值。public String getParamDefineTest()
public void setParamDefineTest(String ParamDefineTest)
ParamDefineTest
- 参数调试运行值
注意:此字段可能返回 null,表示取不到有效值。public String getParamDescription()
public void setParamDescription(String ParamDescription)
ParamDescription
- 参数描述
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.