public abstract class ResourceEntity extends Entity
<complexType name="ResourceEntity" />
Modifier and Type | Class and Description |
---|---|
static class |
ResourceEntity.Builder<B extends ResourceEntity.Builder<B>> |
static class |
ResourceEntity.Status |
Modifier | Constructor and Description |
---|---|
protected |
ResourceEntity() |
|
ResourceEntity(ResourceEntity.Builder<?> builder) |
Modifier and Type | Method and Description |
---|---|
static ResourceEntity.Builder<?> |
builder() |
boolean |
clone(Object o) |
boolean |
equals(Object o) |
Set<File> |
getFiles()
Gets the value of the files property.
|
ResourceEntity.Status |
getStatus()
Gets the value of the status property.
|
int |
hashCode() |
com.google.common.base.Objects.ToStringHelper |
string() |
ResourceEntity.Builder<?> |
toBuilder() |
getDescription, getId, getName, getTasks, setDescription, setName
public ResourceEntity(ResourceEntity.Builder<?> builder)
protected ResourceEntity()
public static ResourceEntity.Builder<?> builder()
public ResourceEntity.Builder<?> toBuilder()
public ResourceEntity.Status getStatus()
Copyright © 2009-2013 jclouds. All Rights Reserved.