public class PlanReq extends AbstractModel
Constructor and Description |
---|
PlanReq() |
PlanReq(PlanReq 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 |
getEventName()
Get Event name
|
EventSettingsReq |
getEventSettings()
Get Event configuration
|
TimingSettingsReq |
getTimingSettings()
Get Event trigger time settings
|
void |
setEventName(String EventName)
Set Event name
|
void |
setEventSettings(EventSettingsReq EventSettings)
Set Event configuration
|
void |
setTimingSettings(TimingSettingsReq TimingSettings)
Set Event trigger time settings
|
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 PlanReq()
public PlanReq(PlanReq source)
public String getEventName()
public void setEventName(String EventName)
EventName
- Event namepublic TimingSettingsReq getTimingSettings()
public void setTimingSettings(TimingSettingsReq TimingSettings)
TimingSettings
- Event trigger time settingspublic EventSettingsReq getEventSettings()
public void setEventSettings(EventSettingsReq EventSettings)
EventSettings
- Event configurationCopyright © 2023. All rights reserved.