Class DeviceConfigDownload


public class DeviceConfigDownload extends DeviceBase
<?xml version="1.0" encoding="UTF-8"?> DeviceConfig 150959 channelId name 30 300 300
Author:
luna
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    查询配置参数类型(必选),可查询的配 置 类 型 包 括 基 本 参 数 配 置:BasicParam, 视 频 参数范围:VideoParamOpt,SVAC 编 码 配 置:SVACEncodeConfig,SVAC 解 码 配 置:SVACDe-codeConfig。 可同时查询多个配置类型,各类型以“/”分隔,可返回与查询 SN 值相同的多个响应,每个响应对应一个配置类型
  • Constructor Summary

    Constructors
    Constructor
    Description
    DeviceConfigDownload(String cmdType, String sn, String deviceId)
     
  • Method Summary

    Methods inherited from class io.github.lunasaw.gb28181.common.entity.xml.XmlBean

    parseObj, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • configType

      public String configType
      查询配置参数类型(必选),可查询的配 置 类 型 包 括 基 本 参 数 配 置:BasicParam, 视 频 参数范围:VideoParamOpt,SVAC 编 码 配 置:SVACEncodeConfig,SVAC 解 码 配 置:SVACDe-codeConfig。 可同时查询多个配置类型,各类型以“/”分隔,可返回与查询 SN 值相同的多个响应,每个响应对应一个配置类型
  • Constructor Details

    • DeviceConfigDownload

      public DeviceConfigDownload(String cmdType, String sn, String deviceId)