Class DescribeRecordFileData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.DescribeRecordFileData
-
public class DescribeRecordFileData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordTimeLine[]getList()Get 存在为数组格式,不存在字段内容为空 注意:此字段可能返回 null,表示取不到有效值。LonggetTips()Get 提示类型,0:时间段内无归档录像,1:时间段内有归档录像voidsetList(RecordTimeLine[] List)Set 存在为数组格式,不存在字段内容为空 注意:此字段可能返回 null,表示取不到有效值。voidsetTips(Long Tips)Set 提示类型,0:时间段内无归档录像,1:时间段内有归档录像voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeRecordFileData
public DescribeRecordFileData()
-
DescribeRecordFileData
public 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.
-
-
Method Detail
-
getTips
public Long getTips()
Get 提示类型,0:时间段内无归档录像,1:时间段内有归档录像- Returns:
- Tips 提示类型,0:时间段内无归档录像,1:时间段内有归档录像
-
setTips
public void setTips(Long Tips)
Set 提示类型,0:时间段内无归档录像,1:时间段内有归档录像- Parameters:
Tips- 提示类型,0:时间段内无归档录像,1:时间段内有归档录像
-
getList
public RecordTimeLine[] getList()
Get 存在为数组格式,不存在字段内容为空 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- List 存在为数组格式,不存在字段内容为空 注意:此字段可能返回 null,表示取不到有效值。
-
setList
public void setList(RecordTimeLine[] List)
Set 存在为数组格式,不存在字段内容为空 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
List- 存在为数组格式,不存在字段内容为空 注意:此字段可能返回 null,表示取不到有效值。
-
-