public class RecordTimeLine extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecordTimeLine() |
RecordTimeLine(RecordTimeLine 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 |
getBegin()
Get 时间片段开始时间,UTC秒数,例如:1662114146
|
Long |
getEnd()
Get 时间片段结束时间,UTC秒数,例如:1662114146
|
void |
setBegin(Long Begin)
Set 时间片段开始时间,UTC秒数,例如:1662114146
|
void |
setEnd(Long End)
Set 时间片段结束时间,UTC秒数,例如:1662114146
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RecordTimeLine()
public RecordTimeLine(RecordTimeLine source)
public Long getBegin()
public void setBegin(Long Begin)
Begin
- 时间片段开始时间,UTC秒数,例如:1662114146public Long getEnd()
public void setEnd(Long End)
End
- 时间片段结束时间,UTC秒数,例如:1662114146Copyright © 2024. All rights reserved.