1078-解析104...
This commit is contained in:
@@ -318,4 +318,38 @@ public class JTDeviceConfig {
|
||||
public void setReportingIntervalEmergencyAlarm(Long reportingIntervalEmergencyAlarm) {
|
||||
this.reportingIntervalEmergencyAlarm = reportingIntervalEmergencyAlarm;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "JTDeviceConfig{" +
|
||||
"keepaliveInterval=" + keepaliveInterval +
|
||||
", tcpResponseTimeout=" + tcpResponseTimeout +
|
||||
", tcpRetransmissionCount=" + tcpRetransmissionCount +
|
||||
", udpResponseTimeout=" + udpResponseTimeout +
|
||||
", udpRetransmissionCount=" + udpRetransmissionCount +
|
||||
", smsResponseTimeout=" + smsResponseTimeout +
|
||||
", smsRetransmissionCount=" + smsRetransmissionCount +
|
||||
", apnMaster='" + apnMaster + '\'' +
|
||||
", dialingUsernameMaster='" + dialingUsernameMaster + '\'' +
|
||||
", dialingPasswordMaster='" + dialingPasswordMaster + '\'' +
|
||||
", addressMaster='" + addressMaster + '\'' +
|
||||
", apnBackup='" + apnBackup + '\'' +
|
||||
", dialingUsernameBackup='" + dialingUsernameBackup + '\'' +
|
||||
", dialingPasswordBackup='" + dialingPasswordBackup + '\'' +
|
||||
", addressBackup='" + addressBackup + '\'' +
|
||||
", addressIcMaster='" + addressIcMaster + '\'' +
|
||||
", tcpPortIcMaster=" + tcpPortIcMaster +
|
||||
", udpPortIcMaster=" + udpPortIcMaster +
|
||||
", addressIcBackup='" + addressIcBackup + '\'' +
|
||||
", locationReportingStrategy=" + locationReportingStrategy +
|
||||
", locationReportingPlan=" + locationReportingPlan +
|
||||
", reportingIntervalOffline=" + reportingIntervalOffline +
|
||||
", apnSlave='" + apnSlave + '\'' +
|
||||
", dialingUsernameSlave='" + dialingUsernameSlave + '\'' +
|
||||
", dialingPasswordSlave='" + dialingPasswordSlave + '\'' +
|
||||
", addressSlave='" + addressSlave + '\'' +
|
||||
", reportingIntervalDormancy=" + reportingIntervalDormancy +
|
||||
", reportingIntervalEmergencyAlarm=" + reportingIntervalEmergencyAlarm +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ import java.lang.annotation.RetentionPolicy;
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface ConfigAttribute {
|
||||
|
||||
byte id();
|
||||
long id();
|
||||
|
||||
String description();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user