public class Queue extends Object implements Serializable, Cloneable
Describes a queue.
| Constructor and Description | 
|---|
Queue()  | 
| Modifier and Type | Method and Description | 
|---|---|
Queue | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getName()
 The name of the queue. 
 | 
String | 
getURL()
 The URL of the queue. 
 | 
int | 
hashCode()  | 
void | 
setName(String name)
 The name of the queue. 
 | 
void | 
setURL(String uRL)
 The URL of the queue. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
Queue | 
withName(String name)
 The name of the queue. 
 | 
Queue | 
withURL(String uRL)
 The URL of the queue. 
 | 
public void setName(String name)
The name of the queue.
name - The name of the queue.public String getName()
The name of the queue.
public Queue withName(String name)
The name of the queue.
name - The name of the queue.public void setURL(String uRL)
The URL of the queue.
uRL - The URL of the queue.public String getURL()
The URL of the queue.
public Queue withURL(String uRL)
The URL of the queue.
uRL - The URL of the queue.public String toString()
toString in class ObjectObject.toString()Copyright © 2016. All rights reserved.