public class EntryReturn extends BulkEntryReturn implements Cloneable, Serializable
EntryReturn class defines the return values for entry related bulk calls that return an entry Id.| Constructor and Description |
|---|
EntryReturn()
Constructs a new
EntryReturn object |
| 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 between the current object and the
provided one.
|
String |
getEntryId()
Returns the entry Id.
|
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
String |
toString()
Returns a string description of the object.
|
getCallType, getStatusListpublic String getEntryId()
public Object clone() throws CloneNotSupportedException
clone in class BulkEntryReturnCloneNotSupportedExceptionpublic String toString()
public int hashCode()
public boolean equals(Object obj)
equals in class BulkEntryReturnobj - the object that we are comparing to? Copyright 2013 BMC Software, Inc.