Interface ExtendedRequest

    • Method Detail

      • getRequestName

        String getRequestName()
        Gets the Object Identifier corresponding to the extended request type. This is the requestName portion of the ExtendedRequst PDU.
        Returns:
        the dotted-decimal representation as a String of the OID
      • setRequestName

        ExtendedRequest setRequestName​(String oid)
        Sets the Object Identifier corresponding to the extended request type.
        Parameters:
        oid - the dotted-decimal representation as a String of the OID
        Returns:
        The ExtendedRequest instance