org.jclouds.cloudstack.domain
Class AsyncJobError

java.lang.Object
  extended by org.jclouds.cloudstack.domain.AsyncJobError

public class AsyncJobError
extends Object

Author:
Adrian Cole

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

AsyncJobError

@ConstructorProperties(value={"errorcode","errortext"})
protected AsyncJobError(@Nullable
                                                   AsyncJobError.ErrorCode errorCode,
                                                   @Nullable
                                                   String errorText)
Method Detail

builder

public static AsyncJobError.Builder<?> builder()

toBuilder

public AsyncJobError.Builder<?> toBuilder()

getErrorCode

@Nullable
public AsyncJobError.ErrorCode getErrorCode()

getErrorText

@Nullable
public String getErrorText()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

string

protected com.google.common.base.Objects.ToStringHelper string()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2013 jclouds. All Rights Reserved.