Skip navigation links
oracle.iam.identity.orgmgmt.vo
Class OrganizationValidationResult
java.lang.Object
oracle.iam.identity.orgmgmt.vo.OrganizationValidationResult
- All Implemented Interfaces:
- java.io.Serializable
-
public class OrganizationValidationResult
- extends java.lang.Object
- implements java.io.Serializable
The OrganizationValidationResult class is a value object class containing the result of validation operation on Organization entity.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrganizationValidationResult
public OrganizationValidationResult(java.lang.String entityId,
OrganizationValidationResult.Status status,
java.lang.String errorCode)
- Construct
OrganizationValidationResult with given GUID entityId, status status and error code errorCode
- Parameters:
entityId - The GUID of the Organization
status - The status of the result. The status is 'SUCCESS' if the operation is successful.
errorCode - The reason of failure
getEntityId
public java.lang.String getEntityId()
- Returns the GUID of the Organization the result belongs to.
-
- Returns:
- The GUID of the Organization the result belongs to.
getValidationStatus
public OrganizationValidationResult.Status getValidationStatus()
- Returns the result status of the operation.
-
- Returns:
- The result status of the operation. The status is 'SUCCESS' if the operation is successful.
getErrorCode
public java.lang.String getErrorCode()
- Returns the error code. Used when the validation operation failed.
-
- Returns:
- The error code associated with exception.
Skip navigation links
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.