public class BundleTask extends Object implements Comparable<BundleTask>
Modifier and Type | Class and Description |
---|---|
static class |
BundleTask.Error
If the task fails, a description of the error.
|
Constructor and Description |
---|
BundleTask(String region,
String bundleId,
BundleTask.Error error,
String instanceId,
int progress,
Date startTime,
String state,
String bucket,
String prefix,
Date updateTime) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(BundleTask o) |
boolean |
equals(Object obj) |
String |
getBucket() |
String |
getBundleId() |
BundleTask.Error |
getError() |
String |
getInstanceId() |
String |
getPrefix() |
int |
getProgress() |
String |
getRegion() |
Date |
getStartTime() |
String |
getState() |
Date |
getUpdateTime() |
int |
hashCode() |
String |
toString() |
public int compareTo(BundleTask o)
compareTo
in interface Comparable<BundleTask>
public String getRegion()
public String getBucket()
public String getPrefix()
public String getBundleId()
public BundleTask.Error getError()
public String getInstanceId()
public int getProgress()
public Date getStartTime()
public String getState()
public Date getUpdateTime()
Copyright © 2009-2012 jclouds. All Rights Reserved.