public class SectionTime extends AbstractModel
header, skipSign
Constructor and Description |
---|
SectionTime() |
SectionTime(SectionTime 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 |
getDuration()
Get 时间区间时长,单位ms
|
Long |
getStartTime()
Get 开始时间点,单位ms
|
void |
setDuration(Long Duration)
Set 时间区间时长,单位ms
|
void |
setStartTime(Long StartTime)
Set 开始时间点,单位ms
|
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 SectionTime()
public SectionTime(SectionTime source)
public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 开始时间点,单位mspublic Long getDuration()
public void setDuration(Long Duration)
Duration
- 时间区间时长,单位msCopyright © 2024. All rights reserved.