public class GBDeviceSnapInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
GBDeviceSnapInfo() |
GBDeviceSnapInfo(GBDeviceSnapInfo 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 |
getCreatedTime()
Get 文件的创建时间
|
String |
getDownloadUrl()
Get 下载地址,空值表示存储图片过期
|
String |
getFileName()
Get 文件名称
|
Long |
getImageSize()
Get 图片大小,单位B
|
String |
getPreviewUrl()
Get 预览地址,空值表示存储图片过期
|
String |
getReceivedTime()
Get 图片的接收时间
|
String |
getSessionId()
Get 国标信令会话ID,同时对应控制设备抓拍 ( ControlDeviceSnapshot )接口返回的request_id
|
void |
setCreatedTime(String CreatedTime)
Set 文件的创建时间
|
void |
setDownloadUrl(String DownloadUrl)
Set 下载地址,空值表示存储图片过期
|
void |
setFileName(String FileName)
Set 文件名称
|
void |
setImageSize(Long ImageSize)
Set 图片大小,单位B
|
void |
setPreviewUrl(String PreviewUrl)
Set 预览地址,空值表示存储图片过期
|
void |
setReceivedTime(String ReceivedTime)
Set 图片的接收时间
|
void |
setSessionId(String SessionId)
Set 国标信令会话ID,同时对应控制设备抓拍 ( ControlDeviceSnapshot )接口返回的request_id
|
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 GBDeviceSnapInfo()
public GBDeviceSnapInfo(GBDeviceSnapInfo source)
public String getFileName()
public void setFileName(String FileName)
FileName
- 文件名称public String getDownloadUrl()
public void setDownloadUrl(String DownloadUrl)
DownloadUrl
- 下载地址,空值表示存储图片过期public Long getImageSize()
public void setImageSize(Long ImageSize)
ImageSize
- 图片大小,单位Bpublic String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- 文件的创建时间public String getReceivedTime()
public void setReceivedTime(String ReceivedTime)
ReceivedTime
- 图片的接收时间public String getPreviewUrl()
public void setPreviewUrl(String PreviewUrl)
PreviewUrl
- 预览地址,空值表示存储图片过期public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- 国标信令会话ID,同时对应控制设备抓拍 ( ControlDeviceSnapshot )接口返回的request_idCopyright © 2025. All rights reserved.