Class OIDRegistryItem

java.lang.Object
com.unboundid.util.OIDRegistryItem
All Implemented Interfaces:
Serializable

This class defines a data structure that represents an item in the OID registry.
See Also:
  • Method Details

    • getOID

      Retrieves a string representation of the OID for this OID registry item.
      Returns:
      A string representation of the OID for this OID registry item.
    • getName

      Retrieves the name for this OID registry item.
      Returns:
      The name for this OID registry item.
    • getType

      Retrieves the type for this OID registry item.
      Returns:
      The type for this OID registry item.
    • getOrigin

      Retrieves a string with information about the origin of this OID registry item, if available.
      Returns:
      A string with information about the origin of this OID registry item, or null if none is available.
    • getURL

      Retrieves a URL with more information about this OID registry item, if available.
      Returns:
      A URL with more information about this OID registry item, or null if none is available.
    • asJSONObject

      Retrieves a representation of this OID registry item as a JSON object.
      Returns:
      A representation of this OID registry item as a JSON object.
    • toString

      Retrieves a string representation of this OID registry item.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this OID registry item.