Class TimeInfoResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.TimeInfoResult
-
public class TimeInfoResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TimeInfoResult()TimeInfoResult(TimeInfoResult 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 持续时间,单位毫秒LonggetEndTs()Get 结束时间戳,单位毫秒LonggetStartTs()Get 开始时间戳,单位毫秒voidsetDuration(Long Duration)Set 持续时间,单位毫秒voidsetEndTs(Long EndTs)Set 结束时间戳,单位毫秒voidsetStartTs(Long StartTs)Set 开始时间戳,单位毫秒voidtoMap(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
-
TimeInfoResult
public TimeInfoResult()
-
TimeInfoResult
public TimeInfoResult(TimeInfoResult 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
-
getDuration
public Long getDuration()
Get 持续时间,单位毫秒- Returns:
- Duration 持续时间,单位毫秒
-
setDuration
public void setDuration(Long Duration)
Set 持续时间,单位毫秒- Parameters:
Duration- 持续时间,单位毫秒
-
getEndTs
public Long getEndTs()
Get 结束时间戳,单位毫秒- Returns:
- EndTs 结束时间戳,单位毫秒
-
setEndTs
public void setEndTs(Long EndTs)
Set 结束时间戳,单位毫秒- Parameters:
EndTs- 结束时间戳,单位毫秒
-
getStartTs
public Long getStartTs()
Get 开始时间戳,单位毫秒- Returns:
- StartTs 开始时间戳,单位毫秒
-
setStartTs
public void setStartTs(Long StartTs)
Set 开始时间戳,单位毫秒- Parameters:
StartTs- 开始时间戳,单位毫秒
-
-