| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PortDetails.Builder<T extends PortDetails.Builder<T>>  | 
Port.State| Modifier | Constructor and Description | 
|---|---|
protected  | 
PortDetails(String id,
           Port.State state,
           Attachment attachment)  | 
| Modifier and Type | Method and Description | 
|---|---|
static PortDetails.Builder<?> | 
builder()  | 
boolean | 
equals(Object obj)  | 
Attachment | 
getAttachment()  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
PortDetails.Builder<?> | 
toBuilder()  | 
@ConstructorProperties(value={"id","state","attachment"}) protected PortDetails(String id, Port.State state, @Nullable Attachment attachment)
public static PortDetails.Builder<?> builder()
public PortDetails.Builder<?> toBuilder()
@Nullable public Attachment getAttachment()
Copyright © 2009-2013 jclouds. All Rights Reserved.