public class CameraExtendInfoRes extends AbstractModel
header, skipSign
Constructor and Description |
---|
CameraExtendInfoRes() |
CameraExtendInfoRes(CameraExtendInfoRes 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 |
getHistoryResolution()
Get 历史分辨率
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLiveResolution()
Get 实时分辨率
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSaveDay()
Get 云存储天数(save_type是cosmtav时这个参数才有效)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSaveType()
Get 存储方式 (nvr或cosmtav)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHistoryResolution(Long HistoryResolution)
Set 历史分辨率
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLiveResolution(Long LiveResolution)
Set 实时分辨率
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSaveDay(Long SaveDay)
Set 云存储天数(save_type是cosmtav时这个参数才有效)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSaveType(String SaveType)
Set 存储方式 (nvr或cosmtav)
注意:此字段可能返回 null,表示取不到有效值。
|
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 CameraExtendInfoRes()
public CameraExtendInfoRes(CameraExtendInfoRes source)
public String getSaveType()
public void setSaveType(String SaveType)
SaveType
- 存储方式 (nvr或cosmtav)
注意:此字段可能返回 null,表示取不到有效值。public Long getSaveDay()
public void setSaveDay(Long SaveDay)
SaveDay
- 云存储天数(save_type是cosmtav时这个参数才有效)
注意:此字段可能返回 null,表示取不到有效值。public Long getLiveResolution()
public void setLiveResolution(Long LiveResolution)
LiveResolution
- 实时分辨率
注意:此字段可能返回 null,表示取不到有效值。public Long getHistoryResolution()
public void setHistoryResolution(Long HistoryResolution)
HistoryResolution
- 历史分辨率
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.