Class DescribeRecordFileData

    • 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,表示取不到有效值。