Class ReconEvent
java.lang.Object
com.sath.idhub.generated.types.ReconEvent
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionReconEvent(String IDM, org.bson.types.ObjectId _etag, org.bson.types.ObjectId _id, String collection, String createDate, Boolean dryRun, List<Map<String, Object>> errors, String eventType, String lastModified, int numberOfEntitlements, org.bson.Document raw, org.bson.types.ObjectId reconciliationBatchId, String resourceDisplayName, Map<String, Object> resourceFromTargetSystem, String resourceId, Recon resourceInIdhubAfterModification, Recon resourceInIdhubBeforeModification, String resourceType, int rowNumber, List<ReconStatus> status, String tenant, List<Map<String, Object>> updates, UserAccount userAccountAfterModification, UserAccount userAccountBeforeModification, List<Map<String, Object>> warnings) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.bson.types.ObjectIdget_etag()org.bson.types.ObjectIdget_id()getIDM()intorg.bson.DocumentgetRaw()org.bson.types.ObjectIdintinthashCode()static ReconEvent.Buildervoidset_etag(org.bson.types.ObjectId _etag) voidset_id(org.bson.types.ObjectId _id) voidsetCollection(String collection) voidsetCreateDate(String createDate) voidvoidvoidsetEventType(String eventType) voidvoidsetLastModified(String lastModified) voidsetNumberOfEntitlements(int numberOfEntitlements) voidsetRaw(org.bson.Document raw) voidsetReconciliationBatchId(org.bson.types.ObjectId reconciliationBatchId) voidsetResourceDisplayName(String resourceDisplayName) voidsetResourceFromTargetSystem(Map<String, Object> resourceFromTargetSystem) voidsetResourceId(String resourceId) voidsetResourceInIdhubAfterModification(Recon resourceInIdhubAfterModification) voidsetResourceInIdhubBeforeModification(Recon resourceInIdhubBeforeModification) voidsetResourceType(String resourceType) voidsetRowNumber(int rowNumber) voidsetStatus(List<ReconStatus> status) voidvoidsetUpdates(List<Map<String, Object>> updates) voidsetUserAccountAfterModification(UserAccount userAccountAfterModification) voidsetUserAccountBeforeModification(UserAccount userAccountBeforeModification) voidsetWarnings(List<Map<String, Object>> warnings) toString()
-
Constructor Details
-
ReconEvent
public ReconEvent() -
ReconEvent
public ReconEvent(String IDM, org.bson.types.ObjectId _etag, org.bson.types.ObjectId _id, String collection, String createDate, Boolean dryRun, List<Map<String, Object>> errors, String eventType, String lastModified, int numberOfEntitlements, org.bson.Document raw, org.bson.types.ObjectId reconciliationBatchId, String resourceDisplayName, Map<String, Object> resourceFromTargetSystem, String resourceId, Recon resourceInIdhubAfterModification, Recon resourceInIdhubBeforeModification, String resourceType, int rowNumber, List<ReconStatus> status, String tenant, List<Map<String, Object>> updates, UserAccount userAccountAfterModification, UserAccount userAccountBeforeModification, List<Map<String, Object>> warnings)
-
-
Method Details
-
getIDM
-
setIDM
-
get_etag
public org.bson.types.ObjectId get_etag() -
set_etag
public void set_etag(org.bson.types.ObjectId _etag) -
get_id
public org.bson.types.ObjectId get_id() -
set_id
public void set_id(org.bson.types.ObjectId _id) -
getCollection
-
setCollection
-
getCreateDate
-
setCreateDate
-
getDryRun
-
setDryRun
-
getErrors
-
setErrors
-
getEventType
-
setEventType
-
getLastModified
-
setLastModified
-
getNumberOfEntitlements
public int getNumberOfEntitlements() -
setNumberOfEntitlements
public void setNumberOfEntitlements(int numberOfEntitlements) -
getRaw
public org.bson.Document getRaw() -
setRaw
public void setRaw(org.bson.Document raw) -
getReconciliationBatchId
public org.bson.types.ObjectId getReconciliationBatchId() -
setReconciliationBatchId
public void setReconciliationBatchId(org.bson.types.ObjectId reconciliationBatchId) -
getResourceDisplayName
-
setResourceDisplayName
-
getResourceFromTargetSystem
-
setResourceFromTargetSystem
-
getResourceId
-
setResourceId
-
getResourceInIdhubAfterModification
-
setResourceInIdhubAfterModification
-
getResourceInIdhubBeforeModification
-
setResourceInIdhubBeforeModification
-
getResourceType
-
setResourceType
-
getRowNumber
public int getRowNumber() -
setRowNumber
public void setRowNumber(int rowNumber) -
getStatus
-
setStatus
-
getTenant
-
setTenant
-
getUpdates
-
setUpdates
-
getUserAccountAfterModification
-
setUserAccountAfterModification
-
getUserAccountBeforeModification
-
setUserAccountBeforeModification
-
getWarnings
-
setWarnings
-
toString
-
equals
-
hashCode
-
newBuilder
-