public final class

GetQueueAttributesResult

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

Class Overview

A list of returned queue attributes.

Summary

Constants
long serialVersionUID
Fields
private final Map<String, String> attributes A map of attributes to the respective values.
Public Constructors
GetQueueAttributesResult(Map<String, String> attributes)
Public Methods
boolean equals(Object o)
Map<String, String> getAttributes()
A map of attributes to the respective values.
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: 3594601416401332596 (0x31e296f175b7a974)

Fields

private final Map<String, String> attributes

A map of attributes to the respective values.

Public Constructors

public GetQueueAttributesResult (Map<String, String> attributes)

Parameters
attributes

Public Methods

public boolean equals (Object o)

Parameters
o

public Map<String, String> getAttributes ()

A map of attributes to the respective values.

Returns
  • A map of attributes to the respective values.

public 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