public class InstanceStateChange extends Object implements Comparable<InstanceStateChange>
| Constructor and Description | 
|---|
InstanceStateChange(String region,
                   String instanceId,
                   InstanceState currentState,
                   InstanceState previousState)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(InstanceStateChange o)  | 
boolean | 
equals(Object obj)  | 
InstanceState | 
getCurrentState()  | 
String | 
getInstanceId()  | 
InstanceState | 
getPreviousState()  | 
String | 
getRegion()
Deprecated.  
 | 
int | 
hashCode()  | 
String | 
toString()  | 
public InstanceStateChange(String region, String instanceId, InstanceState currentState, InstanceState previousState)
public int compareTo(InstanceStateChange o)
compareTo in interface Comparable<InstanceStateChange>@Deprecated public String getRegion()
public String getInstanceId()
public InstanceState getCurrentState()
public InstanceState getPreviousState()
Copyright © 2009-2013 jclouds. All Rights Reserved.