public class TimingSettingsReq extends AbstractModel
Constructor and Description |
---|
TimingSettingsReq() |
TimingSettingsReq(TimingSettingsReq 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 |
getStartType()
Get Event trigger type.
|
String |
getTime()
Get Required if `StartType` is `FIXED_TIME`
UTC time, such as `2020-01-01T12:00:00Z`
|
void |
setStartType(String StartType)
Set Event trigger type.
|
void |
setTime(String Time)
Set Required if `StartType` is `FIXED_TIME`
UTC time, such as `2020-01-01T12:00:00Z`
|
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 TimingSettingsReq()
public TimingSettingsReq(TimingSettingsReq source)
public String getStartType()
public void setStartType(String StartType)
StartType
- Event trigger type. Valid values: `FIXED_TIME`, `IMMEDIATE`public String getTime()
public void setTime(String Time)
Time
- Required if `StartType` is `FIXED_TIME`
UTC time, such as `2020-01-01T12:00:00Z`Copyright © 2021. All rights reserved.