public class PowerState extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PowerState.Builder<T extends PowerState.Builder<T>> |
| Constructor and Description |
|---|
PowerState(VirtualGuest.State keyName) |
| Modifier and Type | Method and Description |
|---|---|
static PowerState.Builder<?> |
builder() |
boolean |
equals(Object obj) |
VirtualGuest.State |
getKeyName()
Maps onto
VirtualGuest.State |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
PowerState.Builder<?> |
toBuilder() |
String |
toString() |
@ConstructorProperties(value="keyName") public PowerState(VirtualGuest.State keyName)
public static PowerState.Builder<?> builder()
public PowerState.Builder<?> toBuilder()
@Nullable public VirtualGuest.State getKeyName()
VirtualGuest.Stateprotected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.