Class HwEntityAttributeType

    • Constructor Detail

      • HwEntityAttributeType

        public HwEntityAttributeType()
        The Constructor.
      • HwEntityAttributeType

        public HwEntityAttributeType​(java.lang.String attributeOid,
                                     java.lang.String attributeName,
                                     java.lang.String attributeClass)
        The Constructor.
        Parameters:
        attributeOid - the attribute OID
        attributeName - the attribute name
        attributeClass - the attribute class
    • Method Detail

      • getId

        public java.lang.Integer getId()
        Gets the id.
        Returns:
        the id
      • setId

        public void setId​(java.lang.Integer id)
        Sets the id.
        Parameters:
        id - the id
      • getName

        public java.lang.String getName()
        Gets the name.
        Returns:
        the name
      • setName

        public void setName​(java.lang.String attributeName)
        Sets the name.
        Parameters:
        attributeName - the name
      • getOid

        public java.lang.String getOid()
        Gets the OID.
        Returns:
        the OID
      • setOid

        public void setOid​(java.lang.String attributeOid)
        Sets the OID.
        Parameters:
        attributeOid - the OID
      • getSnmpObjId

        public SnmpObjId getSnmpObjId()
        Gets the SNMP object id.
        Returns:
        the SNMP object id
      • getAttributeClass

        public java.lang.String getAttributeClass()
        Gets the attribute class.
        Returns:
        the attribute class
      • setAttributeClass

        public void setAttributeClass​(java.lang.String attributeClass)
        Sets the attribute class.
        Parameters:
        attributeClass - the attribute class
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object