Annotation Type UsageParameterSetNameOIDMapping


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Documented
    public @interface UsageParameterSetNameOIDMapping

    Annotation that can be used to define an SNMP OID suffix mapping for a usage parameter set name.

    Since:
    Rhino 3.1.0
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String name
      The usage parameter set name to be mapped.
      String oidSuffix
      The SNMP OID suffix that the parameter set name should map to.
    • Element Detail

      • name

        String name

        The usage parameter set name to be mapped.

        Since:
        Rhino 3.1.0
      • oidSuffix

        String oidSuffix

        The SNMP OID suffix that the parameter set name should map to.

        Since:
        Rhino 3.1.0