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