Class Job.Error
- java.lang.Object
-
- org.jclouds.rackspace.clouddns.v1.domain.Job.Error
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
String
getDetails()
String
getMessage()
String
toString()
-
-
-
Constructor Detail
-
Error
@ConstructorProperties({"code","message","details"}) protected Error(int code, String message, String details)
-
-