|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.cloudstack.domain.AsyncJobError
public class AsyncJobError
| Nested Class Summary | |
|---|---|
static class |
AsyncJobError.Builder<T extends AsyncJobError.Builder<T>>
|
static class |
AsyncJobError.ErrorCode
Error codes for job errors |
| Constructor Summary | |
|---|---|
protected |
AsyncJobError(AsyncJobError.ErrorCode errorCode,
String errorText)
|
| Method Summary | |
|---|---|
static AsyncJobError.Builder<?> |
builder()
|
boolean |
equals(Object obj)
|
AsyncJobError.ErrorCode |
getErrorCode()
|
String |
getErrorText()
|
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
AsyncJobError.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"errorcode","errortext"})
protected AsyncJobError(@Nullable
AsyncJobError.ErrorCode errorCode,
@Nullable
String errorText)
| Method Detail |
|---|
public static AsyncJobError.Builder<?> builder()
public AsyncJobError.Builder<?> toBuilder()
@Nullable public AsyncJobError.ErrorCode getErrorCode()
@Nullable public String getErrorText()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||