org.jclouds.rackspace.clouddns.v1.domain
Class Job.Error

java.lang.Object
  extended by org.jclouds.rackspace.clouddns.v1.domain.Job.Error
Enclosing class:
Job<T>

public static final class Job.Error
extends Object


Constructor Summary
protected Job.Error(int code, String message, String details)
           
 
Method Summary
 int getCode()
           
 String getDetails()
           
 String getMessage()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Job.Error

@ConstructorProperties(value={"code","message","details"})
protected Job.Error(int code,
                                               String message,
                                               String details)
Method Detail

getCode

public int getCode()

getMessage

public String getMessage()

getDetails

public String getDetails()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.