Class SectionTime
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ie.v20200304.models.SectionTime
-
public class SectionTime extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetDuration()Get 时间区间时长,单位msLonggetStartTime()Get 开始时间点,单位msvoidsetDuration(Long Duration)Set 时间区间时长,单位msvoidsetStartTime(Long StartTime)Set 开始时间点,单位msvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SectionTime
public SectionTime()
-
SectionTime
public 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.
-
-
Method Detail
-
getStartTime
public Long getStartTime()
Get 开始时间点,单位ms- Returns:
- StartTime 开始时间点,单位ms
-
setStartTime
public void setStartTime(Long StartTime)
Set 开始时间点,单位ms- Parameters:
StartTime- 开始时间点,单位ms
-
getDuration
public Long getDuration()
Get 时间区间时长,单位ms- Returns:
- Duration 时间区间时长,单位ms
-
setDuration
public void setDuration(Long Duration)
Set 时间区间时长,单位ms- Parameters:
Duration- 时间区间时长,单位ms
-
-