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

        java.lang.String getCommunity()
      • getGeneric

        java.lang.Integer getGeneric()
      • getId

        java.lang.String getId()
      • getIdtext

        java.lang.String getIdtext()
      • getSpecific

        java.lang.Integer getSpecific()
      • getTimeStamp

        java.lang.Long getTimeStamp()
      • getVersion

        java.lang.String getVersion()
      • hasGeneric

        boolean hasGeneric()
      • hasSpecific

        boolean hasSpecific()
      • hasTimeStamp

        boolean hasTimeStamp()