@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class OIDRegistryItem extends java.lang.Object implements java.io.Serializable
OIDRegistry
,
Serialized FormModifier and Type | Method and Description |
---|---|
JSONObject |
asJSONObject()
Retrieves a representation of this OID registry item as a JSON object.
|
java.lang.String |
getName()
Retrieves the name for this OID registry item.
|
java.lang.String |
getOID()
Retrieves a string representation of the OID for this OID registry item.
|
java.lang.String |
getOrigin()
Retrieves a string with information about the origin of this OID registry
item, if available.
|
java.lang.String |
getType()
Retrieves the type for this OID registry item.
|
java.lang.String |
getURL()
Retrieves a URL with more information about this OID registry item, if
available.
|
java.lang.String |
toString()
Retrieves a string representation of this OID registry item.
|
@NotNull public java.lang.String getOID()
@NotNull public java.lang.String getName()
@NotNull public java.lang.String getType()
@Nullable public java.lang.String getOrigin()
null
if none is available.@Nullable public java.lang.String getURL()
null
if none is available.@NotNull public JSONObject asJSONObject()