public class ReplayInformation extends AbstractModel
header, skipSign
Constructor and Description |
---|
ReplayInformation() |
ReplayInformation(ReplayInformation 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 |
getAddress()
Get 回放链接
|
Long |
getReplayType()
Get 回放类型 ,默认0, 1-rfb 2-mp4 3-ssh
|
String |
getStartTime()
Get 会话开始时间
|
String |
getToken()
Get 令牌
|
void |
setAddress(String Address)
Set 回放链接
|
void |
setReplayType(Long ReplayType)
Set 回放类型 ,默认0, 1-rfb 2-mp4 3-ssh
|
void |
setStartTime(String StartTime)
Set 会话开始时间
|
void |
setToken(String Token)
Set 令牌
|
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 ReplayInformation()
public ReplayInformation(ReplayInformation source)
public String getToken()
public void setToken(String Token)
Token
- 令牌public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 会话开始时间public String getAddress()
public void setAddress(String Address)
Address
- 回放链接public Long getReplayType()
public void setReplayType(Long ReplayType)
ReplayType
- 回放类型 ,默认0, 1-rfb 2-mp4 3-sshCopyright © 2025. All rights reserved.