public class DescribeRecordFileData extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeRecordFileData() |
DescribeRecordFileData(DescribeRecordFileData 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 |
---|---|
RecordTimeLine[] |
getList()
Get 存在为数组格式,不存在字段内容为空
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTips()
Get 提示类型,0:时间段内无归档录像,1:时间段内有归档录像
|
void |
setList(RecordTimeLine[] List)
Set 存在为数组格式,不存在字段内容为空
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTips(Long Tips)
Set 提示类型,0:时间段内无归档录像,1:时间段内有归档录像
|
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 DescribeRecordFileData()
public DescribeRecordFileData(DescribeRecordFileData source)
public Long getTips()
public void setTips(Long Tips)
Tips
- 提示类型,0:时间段内无归档录像,1:时间段内有归档录像public RecordTimeLine[] getList()
public void setList(RecordTimeLine[] List)
List
- 存在为数组格式,不存在字段内容为空
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.