public class QueueInfo extends Object implements Comparable<QueueInfo>, Serializable
| Constructor and Description |
|---|
QueueInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(QueueInfo other) |
boolean |
equals(Object obj) |
List<Job> |
getJobs() |
String |
getName() |
Long |
getSize() |
int |
hashCode() |
void |
setJobs(List<Job> jobs) |
void |
setName(String name) |
void |
setSize(Long size) |
String |
toString() |
public String getName()
public void setName(String name)
name - the name of the queuepublic Long getSize()
public void setSize(Long size)
size - the size of the queuepublic int compareTo(QueueInfo other)
compareTo in interface Comparable<QueueInfo>Copyright © 2011-2015. All Rights Reserved.