java.lang.Object |
↳ |
org.mule.modules.sqs.model.DeleteMessageBatchResultEntry |
Class Overview
Encloses the id an entry in DeleteMessageBatch.
Summary
Fields |
private
final
String |
id |
Represents a successfully deleted message. |
Public Methods |
final
boolean
|
equals(Object obj)
|
String
|
getId()
Represents a successfully deleted message.
|
final
int
|
hashCode()
|
String
|
toString()
Returns a string representation of this object; useful for testing and debugging.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Constants
private
static
final
long
serialVersionUID
Constant Value:
-4881632732501666733
(0xbc40f4e4cf519453)
Fields
private
final
String
id
Represents a successfully deleted message.
Public Constructors
public
DeleteMessageBatchResultEntry
(String id)
Public Methods
public
final
boolean
equals
(Object obj)
public
String
getId
()
Represents a successfully deleted message.
Returns
- Represents a successfully deleted message.
public
final
int
hashCode
()
public
String
toString
()
Returns a string representation of this object; useful for testing and debugging.
Returns
- A string representation of this object.