|  |  |  | 
|---|
|  |  |  | public String svUserName ;// | 
|---|
|  |  |  | public String svUserPassword ;// | 
|---|
|  |  |  | public Integer poolMaxSize ;// | 
|---|
|  |  |  | public Long sendInterval ;// | 
|---|
|  |  |  | public Integer reSendTimesByNoResult ;// | 
|---|
|  |  |  | public Long comCacheTimeout ;// | 
|---|
|  |  |  | public Boolean useMemoryPersistence ; | 
|---|
|  |  |  | public String[] protocolAndDeviceIds ;//设备协议与ID(FBox)id | 
|---|
|  |  |  | public String[] deviceIds ;//设备(FBox)id | 
|---|
|  |  |  | public String[] subTopics ;//订阅的主题 | 
|---|
|  |  |  | 
|---|
|  |  |  | this.svUserName = "dyyjy" ; | 
|---|
|  |  |  | this.svUserPassword = "Dyyjy2025,;.abc!@#" ; | 
|---|
|  |  |  | this.poolMaxSize = 10 ; | 
|---|
|  |  |  | this.sendInterval = 60000L ; | 
|---|
|  |  |  | this.reSendTimesByNoResult = 0 ; | 
|---|
|  |  |  | this.comCacheTimeout = 60000L ; | 
|---|
|  |  |  | this.useMemoryPersistence = true ; | 
|---|
|  |  |  | this.pubTopicQos = 1 ; | 
|---|
|  |  |  | this.noSubThenOff = 10 * 60 * 10000L ; | 
|---|
|  |  |  | } | 
|---|