public class EventSettingsResp extends AbstractModel
Constructor and Description |
---|
EventSettingsResp() |
EventSettingsResp(EventSettingsResp 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 |
getEventType()
Get Only `INPUT_SWITCH` is supported currently.
|
String |
getInputAttachment()
Get ID of the input attached, which is not empty if `EventType` is `INPUT_SWITCH`
|
void |
setEventType(String EventType)
Set Only `INPUT_SWITCH` is supported currently.
|
void |
setInputAttachment(String InputAttachment)
Set ID of the input attached, which is not empty if `EventType` is `INPUT_SWITCH`
|
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 EventSettingsResp()
public EventSettingsResp(EventSettingsResp source)
public String getEventType()
public void setEventType(String EventType)
EventType
- Only `INPUT_SWITCH` is supported currently.public String getInputAttachment()
public void setInputAttachment(String InputAttachment)
InputAttachment
- ID of the input attached, which is not empty if `EventType` is `INPUT_SWITCH`Copyright © 2021. All rights reserved.