Class Varbindsdecode

  • All Implemented Interfaces:
    java.io.Serializable

    public class Varbindsdecode
    extends java.lang.Object
    implements java.io.Serializable
    This element is used for converting event varbind value in static decoded string.
    See Also:
    Serialized Form
    • Constructor Detail

      • Varbindsdecode

        public Varbindsdecode()
    • Method Detail

      • getParmid

        public java.lang.String getParmid()
      • setParmid

        public void setParmid​(java.lang.String parmid)
      • getDecodes

        public java.util.List<Decode> getDecodes()
      • setDecodes

        public void setDecodes​(java.util.List<Decode> decodes)
      • addDecode

        public void addDecode​(Decode decode)
      • removeDecode

        public boolean removeDecode​(Decode decode)
      • 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