public class TasksListImpl extends Object implements TasksList
TasksListImpl(URI id, SortedSet<Task> tasks)
boolean
equals(Object obj)
URI
getLocation()
SortedSet<Task>
getTasks()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public TasksListImpl(URI id, SortedSet<Task> tasks)
public SortedSet<Task> getTasks()
getTasks
TasksList
public URI getLocation()
getLocation
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2009-2012 jclouds. All Rights Reserved.