Interface ISnmp

  • All Known Implementing Classes:
    ImmutableSnmp

    public interface ISnmp
    A definition corresponding to POJO 'Snmp'. The 'has...()' methods exist since the corresponding 'get...()' methods will return a default value if null. Using the 'has...()' method is the only means to determine if the backing value is null.
    • Method Detail

      • getCommunity

        String getCommunity()
      • getTrapOID

        String getTrapOID()
      • getIdtext

        String getIdtext()
      • getSpecific

        Integer getSpecific()
      • getTimeStamp

        Long getTimeStamp()
      • getVersion

        String getVersion()
      • hasGeneric

        boolean hasGeneric()
      • hasSpecific

        boolean hasSpecific()
      • hasTimeStamp

        boolean hasTimeStamp()