public class TimeInfoResult extends AbstractModel
Constructor and Description |
---|
TimeInfoResult() |
Modifier and Type | Method and Description |
---|---|
Long |
getDuration()
Get 持续时间,单位毫秒
|
Long |
getEndTs()
Get 结束时间戳,单位毫秒
|
Long |
getStartTs()
Get 开始时间戳,单位毫秒
|
void |
setDuration(Long Duration)
Set 持续时间,单位毫秒
|
void |
setEndTs(Long EndTs)
Set 结束时间戳,单位毫秒
|
void |
setStartTs(Long StartTs)
Set 开始时间戳,单位毫秒
|
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 Long getDuration()
public void setDuration(Long Duration)
Duration
- 持续时间,单位毫秒public Long getEndTs()
public void setEndTs(Long EndTs)
EndTs
- 结束时间戳,单位毫秒public Long getStartTs()
public void setStartTs(Long StartTs)
StartTs
- 开始时间戳,单位毫秒Copyright © 2020. All rights reserved.