public class RecentSessionInfo extends AbstractModel
Constructor and Description |
---|
RecentSessionInfo() |
RecentSessionInfo(RecentSessionInfo 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 |
---|---|
String |
getFieldDeviceId()
Get 现场设备ID
|
Long |
getLatestUpdateTime()
Get 最后更新时间
|
String |
getRemoteDeviceId()
Get 远端设备ID
|
String |
getResolution()
Get 分辨率
|
String |
getSessionId()
Get 会话ID
|
Long |
getStartTime()
Get 会话开始时间
|
void |
setFieldDeviceId(String FieldDeviceId)
Set 现场设备ID
|
void |
setLatestUpdateTime(Long LatestUpdateTime)
Set 最后更新时间
|
void |
setRemoteDeviceId(String RemoteDeviceId)
Set 远端设备ID
|
void |
setResolution(String Resolution)
Set 分辨率
|
void |
setSessionId(String SessionId)
Set 会话ID
|
void |
setStartTime(Long StartTime)
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 RecentSessionInfo()
public RecentSessionInfo(RecentSessionInfo source)
public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- 会话IDpublic String getRemoteDeviceId()
public void setRemoteDeviceId(String RemoteDeviceId)
RemoteDeviceId
- 远端设备IDpublic String getFieldDeviceId()
public void setFieldDeviceId(String FieldDeviceId)
FieldDeviceId
- 现场设备IDpublic String getResolution()
public void setResolution(String Resolution)
Resolution
- 分辨率public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 会话开始时间public Long getLatestUpdateTime()
public void setLatestUpdateTime(Long LatestUpdateTime)
LatestUpdateTime
- 最后更新时间Copyright © 2023. All rights reserved.