public final class

GetQueueUrlResult

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

Summary

Constants
long serialVersionUID
Fields
private final String queueUrl The URL for the queue.
Public Constructors
GetQueueUrlResult(String queueUrl)
Public Methods
final boolean equals(Object obj)
String getQueueUrl()
The URL for the queue.
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: -7324595939118965404 (0x9a59ceccfd8b9d64)

Fields

private final String queueUrl

The URL for the queue.

Public Constructors

public GetQueueUrlResult (String queueUrl)

Parameters
queueUrl

Public Methods

public final boolean equals (Object obj)

Parameters
obj

public String getQueueUrl ()

The URL for the queue.

Returns
  • The URL for the queue.

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