public class TimingSettingsResp extends AbstractModel
Constructor and Description |
---|
TimingSettingsResp() |
TimingSettingsResp(TimingSettingsResp 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 |
getEndTime()
Get This parameter cannot be empty if `EventType` is `TIMED_RECORD`.
|
String |
getStartTime()
Get This parameter cannot be empty if `EventType` is `TIMED_RECORD`.
|
String |
getStartType()
Get Event trigger type
|
String |
getTime()
Get Not empty if `StartType` is `FIXED_TIME`
UTC time, such as `2020-01-01T12:00:00Z`
|
void |
setEndTime(String EndTime)
Set This parameter cannot be empty if `EventType` is `TIMED_RECORD`.
|
void |
setStartTime(String StartTime)
Set This parameter cannot be empty if `EventType` is `TIMED_RECORD`.
|
void |
setStartType(String StartType)
Set Event trigger type
|
void |
setTime(String Time)
Set Not empty 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 TimingSettingsResp()
public TimingSettingsResp(TimingSettingsResp source)
public String getStartType()
public void setStartType(String StartType)
StartType
- Event trigger typepublic String getTime()
public void setTime(String Time)
Time
- Not empty if `StartType` is `FIXED_TIME`
UTC time, such as `2020-01-01T12:00:00Z`public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- This parameter cannot be empty if `EventType` is `TIMED_RECORD`.
It indicates the start time for recording in UTC format (e.g., `2020-01-01T12:00:00Z`) and must be at least 1 minute later than the current time.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- This parameter cannot be empty if `EventType` is `TIMED_RECORD`.
It indicates the end time for recording in UTC format (e.g., `2020-01-01T12:00:00Z`) and must be at least 1 minute later than the start time for recording.Copyright © 2023. All rights reserved.