public final class RequestId
extends java.lang.Object
| Constructor and Description |
|---|
RequestId(java.lang.String id)
Creates a new RequestId from its string representation.
|
public RequestId(java.lang.String id)
id - a string containing the decimal (base 10) value for the identifier.public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - object to compare