public class GetIdResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
identityId
A unique identifier in the format REGION:GUID.
|
Constructor and Description |
---|
GetIdResult() |
Modifier and Type | Method and Description |
---|---|
GetIdResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIdentityId()
A unique identifier in the format REGION:GUID.
|
int |
hashCode() |
void |
setIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetIdResult |
withIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
|
private java.lang.String identityId
public void setIdentityId(java.lang.String identityId)
identityId
- A unique identifier in the format REGION:GUID.public java.lang.String getIdentityId()
public GetIdResult withIdentityId(java.lang.String identityId)
identityId
- A unique identifier in the format REGION:GUID.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetIdResult clone()
clone
in class java.lang.Object