public final class

ChangeMessageVisibilityBatchResultEntry

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

Class Overview

Encloses the id of an entry in ChangeMessageVisibilityBatch.

Summary

Constants
long serialVersionUID
Fields
private final String id Represents a message whose visibility timeout has been changed successfully.
Public Constructors
ChangeMessageVisibilityBatchResultEntry(String id)
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

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)

Parameters
id

Public Methods

public final boolean equals (Object obj)

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