public class GroupTriggerConditionInfo extends AbstractModel
Constructor and Description |
---|
GroupTriggerConditionInfo() |
GroupTriggerConditionInfo(GroupTriggerConditionInfo 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 |
getKey()
Get Name of the field for triggering by group
|
String |
getValue()
Get Value of the field for triggering by group
|
void |
setKey(String Key)
Set Name of the field for triggering by group
|
void |
setValue(String Value)
Set Value of the field for triggering by group
|
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 GroupTriggerConditionInfo()
public GroupTriggerConditionInfo(GroupTriggerConditionInfo source)
public String getKey()
public void setKey(String Key)
Key
- Name of the field for triggering by grouppublic String getValue()
public void setValue(String Value)
Value
- Value of the field for triggering by groupCopyright © 2023. All rights reserved.