public class TimeInfoResult extends AbstractModel
Constructor and 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.
|
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 TimeInfoResult()
public TimeInfoResult(TimeInfoResult source)
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 © 2022. All rights reserved.