|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.BulkEntryReturn
public class BulkEntryReturn
The BulkEntryReturn
class defines the return values for bulk entry calls.
Constructor Summary | |
---|---|
BulkEntryReturn()
Constructs a new BulkEntryReturn object |
|
BulkEntryReturn(int callType,
List<StatusInfo> statusList)
Populate the result for a bulk API return |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BulkEntryReturn()
BulkEntryReturn
object
public BulkEntryReturn(int callType, List<StatusInfo> statusList)
callType
- the type of bulk API call performedstatusList
- the status info arrayMethod Detail |
---|
public 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_XMLDELETE
public List<StatusInfo> getStatusList()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |