public class TimedJob extends AbstractModel
header, skipSign
Constructor and Description |
---|
TimedJob() |
TimedJob(TimedJob 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 |
---|---|
Long |
getEndDateTime()
Get 结束时间戳,单位为秒
|
Long |
getStartDateTime()
Get 开始时间戳,单位为秒
|
void |
setEndDateTime(Long EndDateTime)
Set 结束时间戳,单位为秒
|
void |
setStartDateTime(Long StartDateTime)
Set 开始时间戳,单位为秒
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TimedJob()
public TimedJob(TimedJob source)
public Long getStartDateTime()
public void setStartDateTime(Long StartDateTime)
StartDateTime
- 开始时间戳,单位为秒public Long getEndDateTime()
public void setEndDateTime(Long EndDateTime)
EndDateTime
- 结束时间戳,单位为秒Copyright © 2025. All rights reserved.