public class SnapshotByTimeOffset2017 extends AbstractModel
Constructor and Description |
---|
SnapshotByTimeOffset2017() |
SnapshotByTimeOffset2017(SnapshotByTimeOffset2017 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 |
getErrCode()
Get 错误码
0:成功;
其他值:失败。
|
Long |
getTimeOffset()
Get 截图的具体时间点,单位:毫秒。
|
String |
getUrl()
Get 截图输出文件地址。
|
void |
setErrCode(Long ErrCode)
Set 错误码
0:成功;
其他值:失败。
|
void |
setTimeOffset(Long TimeOffset)
Set 截图的具体时间点,单位:毫秒。
|
void |
setUrl(String Url)
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 SnapshotByTimeOffset2017()
public SnapshotByTimeOffset2017(SnapshotByTimeOffset2017 source)
public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- 错误码
public Long getTimeOffset()
public void setTimeOffset(Long TimeOffset)
TimeOffset
- 截图的具体时间点,单位:毫秒。public String getUrl()
public void setUrl(String Url)
Url
- 截图输出文件地址。Copyright © 2022. All rights reserved.