public class DetailedHostedServiceProperties extends HostedServiceProperties
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DetailedHostedServiceProperties.Builder<T extends DetailedHostedServiceProperties.Builder<T>>  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Date | 
created  | 
protected Map<String,String> | 
extendedProperties  | 
protected Date | 
lastModified  | 
protected String | 
rawStatus  | 
protected HostedService.Status | 
status  | 
affinityGroup, description, label, location| Modifier | Constructor and Description | 
|---|---|
protected  | 
DetailedHostedServiceProperties(com.google.common.base.Optional<String> description,
                               com.google.common.base.Optional<String> location,
                               com.google.common.base.Optional<String> affinityGroup,
                               String label,
                               String rawStatus,
                               HostedService.Status status,
                               Date created,
                               Date lastModified,
                               Map<String,String> extendedProperties)  | 
| Modifier and Type | Method and Description | 
|---|---|
static DetailedHostedServiceProperties.Builder<?> | 
builder()  | 
Date | 
getCreated()
The date that the hosted service was created. 
 | 
Map<String,String> | 
getExtendedProperties()
Represents the name of an extended hosted service property. 
 | 
Date | 
getLastModified()
The date that the hosted service was last updated. 
 | 
String | 
getRawStatus()
The status of the hosted service unparsed. 
 | 
HostedService.Status | 
getStatus()
The status of the hosted service. 
 | 
com.google.common.base.Objects.ToStringHelper | 
string() | 
DetailedHostedServiceProperties.Builder<?> | 
toBuilder()  | 
equals, getAffinityGroup, getDescription, getLabel, getLocation, hashCode, toStringprotected final String rawStatus
protected final HostedService.Status status
protected final Date created
protected final Date lastModified
protected DetailedHostedServiceProperties(com.google.common.base.Optional<String> description, com.google.common.base.Optional<String> location, com.google.common.base.Optional<String> affinityGroup, String label, String rawStatus, HostedService.Status status, Date created, Date lastModified, Map<String,String> extendedProperties)
public static DetailedHostedServiceProperties.Builder<?> builder()
public DetailedHostedServiceProperties.Builder<?> toBuilder()
toBuilder in class HostedServicePropertiespublic HostedService.Status getStatus()
public String getRawStatus()
public Date getCreated()
public Date getLastModified()
public Map<String,String> getExtendedProperties()
public com.google.common.base.Objects.ToStringHelper string()
string in class HostedServicePropertiesCopyright © 2009-2013 jclouds. All Rights Reserved.