package org.commscope.tr069adapter.netconf.server.utils; public class NetConfServerConstants { private NetConfServerConstants() { throw new IllegalStateException("Utility class"); } public static final String HEART_BEAT = "heartbeat"; public static final int SUCCESS = 0; }