public class SubCloneObjectDTO extends AbstractModel
header, skipSign
Constructor and Description |
---|
SubCloneObjectDTO() |
SubCloneObjectDTO(SubCloneObjectDTO 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[] |
getExtInfo()
Get 子对象扩展信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getKey()
Get 子对象Id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get OBJECT_SUB_TASK,CONDITION_SUB_FUNCTION,CONDITION_SUB_EVENT,CONDITION_SUB_PARAMETER,CONDITION_SUB_WORKFLOW
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValue()
Get 子对象值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExtInfo(String[] ExtInfo)
Set 子对象扩展信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKey(String Key)
Set 子对象Id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set OBJECT_SUB_TASK,CONDITION_SUB_FUNCTION,CONDITION_SUB_EVENT,CONDITION_SUB_PARAMETER,CONDITION_SUB_WORKFLOW
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(String Value)
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 SubCloneObjectDTO()
public SubCloneObjectDTO(SubCloneObjectDTO source)
public String getType()
public void setType(String Type)
Type
- OBJECT_SUB_TASK,CONDITION_SUB_FUNCTION,CONDITION_SUB_EVENT,CONDITION_SUB_PARAMETER,CONDITION_SUB_WORKFLOW
注意:此字段可能返回 null,表示取不到有效值。public String getKey()
public void setKey(String Key)
Key
- 子对象Id
注意:此字段可能返回 null,表示取不到有效值。public String getValue()
public void setValue(String Value)
Value
- 子对象值
注意:此字段可能返回 null,表示取不到有效值。public String[] getExtInfo()
public void setExtInfo(String[] ExtInfo)
ExtInfo
- 子对象扩展信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.