java.lang.Object |
↳ |
org.mule.modules.sqs.model.GetQueueAttributesResult |
Class Overview
A list of returned queue attributes.
Summary
Fields |
private
final
Map<String, String> |
attributes |
A map of attributes to the respective values. |
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
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:
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)
Public Methods
public
boolean
equals
(Object o)
public
Map<String, String>
getAttributes
()
A map of attributes to the respective values.
Returns
- A map of attributes to the respective values.
public
String
toString
()
Returns a string representation of this object; useful for testing and debugging.
Returns
- A string representation of this object.