public class UnprocessedIdentityId
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
errorCode
The error code indicating the type of error that occurred.
|
private java.lang.String |
identityId
A unique identifier in the format REGION:GUID.
|
Constructor and Description |
---|
UnprocessedIdentityId() |
Modifier and Type | Method and Description |
---|---|
UnprocessedIdentityId |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getErrorCode()
The error code indicating the type of error that occurred.
|
java.lang.String |
getIdentityId()
A unique identifier in the format REGION:GUID.
|
int |
hashCode() |
void |
setErrorCode(ErrorCode errorCode)
The error code indicating the type of error that occurred.
|
void |
setErrorCode(java.lang.String errorCode)
The error code indicating the type of error that occurred.
|
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.
|
UnprocessedIdentityId |
withErrorCode(ErrorCode errorCode)
The error code indicating the type of error that occurred.
|
UnprocessedIdentityId |
withErrorCode(java.lang.String errorCode)
The error code indicating the type of error that occurred.
|
UnprocessedIdentityId |
withIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
|
private java.lang.String identityId
A unique identifier in the format REGION:GUID.
private java.lang.String errorCode
The error code indicating the type of error that occurred.
public void setIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public java.lang.String getIdentityId()
A unique identifier in the format REGION:GUID.
public UnprocessedIdentityId withIdentityId(java.lang.String identityId)
A unique identifier in the format REGION:GUID.
identityId
- A unique identifier in the format REGION:GUID.public void setErrorCode(java.lang.String errorCode)
The error code indicating the type of error that occurred.
errorCode
- The error code indicating the type of error that occurred.ErrorCode
public java.lang.String getErrorCode()
The error code indicating the type of error that occurred.
ErrorCode
public UnprocessedIdentityId withErrorCode(java.lang.String errorCode)
The error code indicating the type of error that occurred.
errorCode
- The error code indicating the type of error that occurred.ErrorCode
public void setErrorCode(ErrorCode errorCode)
The error code indicating the type of error that occurred.
errorCode
- The error code indicating the type of error that occurred.ErrorCode
public UnprocessedIdentityId withErrorCode(ErrorCode errorCode)
The error code indicating the type of error that occurred.
errorCode
- The error code indicating the type of error that occurred.ErrorCode
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 UnprocessedIdentityId clone()
clone
in class java.lang.Object