|
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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 |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
int |
getCallType()
Returns the call type. |
List<StatusInfo> |
getStatusList()
Returns the status list. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BulkEntryReturn()
BulkEntryReturn object
| Method 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 ObjectCloneNotSupportedException
|
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||