private void ensureSnmp() {
   if (m_event.getSnmp() == null) {
     m_event.setSnmp(new Snmp());
   }
 }