public class TimeShiftRecord extends AbstractModel
Constructor and Description |
---|
TimeShiftRecord() |
TimeShiftRecord(TimeShiftRecord 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 |
getEndTime()
Get The recording end time, which is a Unix timestamp.
|
String |
getSid()
Get The session ID.
|
Long |
getStartTime()
Get The recording start time, which is a Unix timestamp.
|
void |
setEndTime(Long EndTime)
Set The recording end time, which is a Unix timestamp.
|
void |
setSid(String Sid)
Set The session ID.
|
void |
setStartTime(Long StartTime)
Set The recording start time, which is a Unix timestamp.
|
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 TimeShiftRecord()
public TimeShiftRecord(TimeShiftRecord source)
public String getSid()
public void setSid(String Sid)
Sid
- The session ID.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- The recording start time, which is a Unix timestamp.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- The recording end time, which is a Unix timestamp.Copyright © 2023. All rights reserved.