public class TimeInfoResult extends AbstractModel
构造器和说明 |
---|
TimeInfoResult() |
限定符和类型 | 方法和说明 |
---|---|
Long |
getDuration()
获取持续时间,单位毫秒
|
Long |
getEndTs()
获取结束时间戳,单位毫秒
|
Long |
getStartTs()
获取开始时间戳,单位毫秒
|
void |
setDuration(Long Duration)
设置持续时间,单位毫秒
|
void |
setEndTs(Long EndTs)
设置结束时间戳,单位毫秒
|
void |
setStartTs(Long StartTs)
设置开始时间戳,单位毫秒
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
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 © 2019. All rights reserved.