public class BulkEntryReturn extends Object implements Cloneable, Serializable
BulkEntryReturn class defines the return values for bulk entry calls.| Constructor and Description |
|---|
BulkEntryReturn()
Constructs a new
BulkEntryReturn object |
BulkEntryReturn(int callType,
List<StatusInfo> statusList)
Populate the result for a bulk API return
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self.
|
boolean |
equals(Object obj)
Use this method for checking equality.
|
int |
getCallType()
Returns the call type.
|
List<StatusInfo> |
getStatusList()
Returns the status list.
|
public BulkEntryReturn()
BulkEntryReturn objectpublic BulkEntryReturn(int callType,
List<StatusInfo> statusList)
callType - the type of bulk API call performedstatusList - the status info arraypublic int getCallType()
Constants.AR_BULK_ENTRY_CREATE or
Constants.AR_BULK_ENTRY_SET or
Constants.AR_BULK_ENTRY_DELETE or
Constants.AR_BULK_ENTRY_MERGE or
Constants.AR_BULK_ENTRY_XMLCREATE or
Constants.AR_BULK_ENTRY_XMLSET or
Constants.AR_BULK_ENTRY_XMLDELETEpublic List<StatusInfo> getStatusList()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException? Copyright 2013 BMC Software, Inc.