类 EZCloudRecordFile

  • 所有已实现的接口:
    android.os.Parcelable

    public class EZCloudRecordFile
    extends java.lang.Object
    implements android.os.Parcelable
    此类为云存储录像文件对象
    • 嵌套类概要

      • 从接口继承的嵌套类/接口 android.os.Parcelable

        android.os.Parcelable.ClassLoaderCreator<T extends java.lang.Object>, android.os.Parcelable.Creator<T extends java.lang.Object>
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static android.os.Parcelable.Creator<EZCloudRecordFile> CREATOR  
      • 从接口继承的字段 android.os.Parcelable

        CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
    • 字段详细资料

      • CREATOR

        public static final android.os.Parcelable.Creator<EZCloudRecordFile> CREATOR
    • 构造器详细资料

      • EZCloudRecordFile

        public EZCloudRecordFile()
      • EZCloudRecordFile

        protected EZCloudRecordFile​(android.os.Parcel in)
    • 方法详细资料

      • getDeviceSerial

        public java.lang.String getDeviceSerial()
      • setDeviceSerial

        public void setDeviceSerial​(java.lang.String deviceSerial)
      • getCameraNo

        public int getCameraNo()
      • setCameraNo

        public void setCameraNo​(int cameraNo)
      • getCoverPic

        public java.lang.String getCoverPic()
        获取文件封面
        返回:
        the coverPic
      • setCoverPic

        public void setCoverPic​(java.lang.String coverPic)
        设置文件封面
        参数:
        coverPic - the coverPic to set
      • getDownloadPath

        public java.lang.String getDownloadPath()
        获取文件下载地址
        返回:
        the downloadPath
      • setDownloadPath

        public void setDownloadPath​(java.lang.String downloadPath)
        设置文件下载地址
        参数:
        downloadPath - the downloadPath to set
      • getStartTime

        public java.util.Calendar getStartTime()
        获取文件开始时间
        返回:
        文件开始时间
      • setStartTime

        public void setStartTime​(java.util.Calendar startTime)
        设置文件开始时间
        参数:
        startTime - 文件开始时间
      • getStopTime

        public java.util.Calendar getStopTime()
        获取文件结束时间
        返回:
        文件结束时间
      • setStopTime

        public void setStopTime​(java.util.Calendar stopTime)
        设置文件结束时间
        参数:
        stopTime - 文件结束时间
      • getFileId

        public java.lang.String getFileId()
        获取云存储文件ID
        返回:
        文件ID
      • setFileId

        public void setFileId​(java.lang.String fileId)
        设置云存储文件ID
        参数:
        fileId -
      • getEncryption

        public java.lang.String getEncryption()
        获取验证码MD5值
        返回:
        encryption验证码MD5值
      • setEncryption

        public void setEncryption​(java.lang.String keyChecksum)
        设置验证码MD5值
        参数:
        keyChecksum - 验证码MD5值
      • getiStorageVersion

        public int getiStorageVersion()
      • setiStorageVersion

        public void setiStorageVersion​(int iStorageVersion)
      • getVideoType

        public int getVideoType()
      • setVideoType

        public void setVideoType​(int videoType)
      • describeContents

        public int describeContents()
        指定者:
        describeContents 在接口中 android.os.Parcelable
      • writeToParcel

        public void writeToParcel​(android.os.Parcel dest,
                                  int flags)
        指定者:
        writeToParcel 在接口中 android.os.Parcelable