public final class

DeleteMessageBatchResultEntry

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.sqs.model.DeleteMessageBatchResultEntry

Class Overview

Encloses the id an entry in DeleteMessageBatch.

Summary

Constants
long serialVersionUID
Fields
private final String id Represents a successfully deleted message.
Public Constructors
DeleteMessageBatchResultEntry(String id)
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

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)

Parameters
id

Public Methods

public final boolean equals (Object obj)

Parameters
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.
See Also