public static class BulkOperation.EntityDescription
extends java.lang.Object
Constructor and Description |
---|
BulkOperation.EntityDescription(EntityType entityType,
java.lang.String entityIdent)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEntityIdent()
Returns the identifying string for this instance.
|
EntityType |
getEntityType()
Returns the
EntityType value for this instance. |
public BulkOperation.EntityDescription(EntityType entityType, java.lang.String entityIdent)
entityType
- the EntityType
of the entity.entityIdent
- the full path or id string of the entity.public EntityType getEntityType()
EntityType
value for this instance.EntityType
of the entity described by this instance.public java.lang.String getEntityIdent()
© Copyright IBM Corp. 2010, 2013. All Rights Reserved.