Class MibObj

    • Method Detail

      • getOid

        public SnmpObjId getOid()
        Gets the SNMP object ID.
        Returns:
        the OID
      • setOid

        public void setOid​(SnmpObjId oid)
        Sets the SNMP object ID.
        Parameters:
        m_oid - the SNMP object ID
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getAlias

        public String getAlias()
      • setAlias

        public void setAlias​(String alias)
      • setReplace

        public void setReplace​(String replace)

        Must be a valid attribute of org.opennms.netmgt.model.OnmsHwEntity. Otherwise, an IllegalArgumentException will be thrown.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object