Package com.unboundid.util
Class OIDRegistryItem
java.lang.Object
com.unboundid.util.OIDRegistryItem
- All Implemented Interfaces:
Serializable
@NotMutable
@ThreadSafety(level=COMPLETELY_THREADSAFE)
public final class OIDRegistryItem
extends Object
implements Serializable
This class defines a data structure that represents an item in the OID
registry.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a representation of this OID registry item as a JSON object.getName()Retrieves the name for this OID registry item.getOID()Retrieves a string representation of the OID for this OID registry item.Retrieves a string with information about the origin of this OID registry item, if available.getType()Retrieves the type for this OID registry item.getURL()Retrieves a URL with more information about this OID registry item, if available.toString()Retrieves a string representation of this OID registry item.
-
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
nullif 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
nullif 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.
-