public class Entity extends Resource
Task
s.
<xs:complexType name="EntityType" />
Modifier and Type | Class and Description |
---|---|
static class |
Entity.Builder<B extends Entity.Builder<B>> |
Modifier | Constructor and Description |
---|---|
protected |
Entity() |
protected |
Entity(Entity.Builder<?> builder) |
Modifier and Type | Method and Description |
---|---|
static Entity.Builder<?> |
builder() |
boolean |
clone(Object o) |
boolean |
equals(Object o) |
String |
getDescription()
Optional description.
|
String |
getId()
The resource identifier, expressed in URN format.
|
String |
getName()
Contains the name of the the entity.
|
List<Task> |
getTasks()
A list of queued, running, or recently completed tasks associated with this entity.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setName(String name) |
com.google.common.base.Objects.ToStringHelper |
string() |
Entity.Builder<?> |
toBuilder() |
protected Entity(Entity.Builder<?> builder)
protected Entity()
public static Entity.Builder<?> builder()
public Entity.Builder<?> toBuilder()
public String getDescription()
public void setDescription(String description)
public List<Task> getTasks()
public String getId()
public String getName()
public void setName(String name)
Copyright © 2009-2013 jclouds. All Rights Reserved.