java.lang.Object |
↳ |
org.mule.modules.sqs.model.ChangeMessageVisibilityBatchResultEntry |
Class Overview
Encloses the id of an entry in ChangeMessageVisibilityBatch.
Summary
Fields |
private
final
String |
id |
Represents a message whose visibility timeout has been changed successfully. |
Public Methods |
final
boolean
|
equals(Object obj)
|
String
|
getId()
Represents a message whose visibility timeout has been changed successfully.
|
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:
-3539566717205435612
(0xcee0eed2fa2cab24)
Fields
private
final
String
id
Represents a message whose visibility timeout has been changed successfully.
Public Constructors
public
ChangeMessageVisibilityBatchResultEntry
(String id)
Public Methods
public
final
boolean
equals
(Object obj)
public
String
getId
()
Represents a message whose visibility timeout has been changed successfully.
Returns
- Represents a message whose visibility timeout has been changed successfully.
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.