Class ErrorResponse
java.lang.Object
org.jclouds.gogrid.domain.internal.ErrorResponse
- All Implemented Interfaces:
 Comparable<ErrorResponse>
Class ErrorResponse
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classErrorResponse.Builder<T extends ErrorResponse.Builder<T>> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorResponse.Builder<?> builder()intcompareTo(ErrorResponse that) booleaninthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()toString() 
- 
Constructor Details
- 
ErrorResponse
@ConstructorProperties({"message","errorcode"}) protected ErrorResponse(String message, String errorCode)  
 - 
 - 
Method Details
- 
builder
 - 
toBuilder
 - 
getMessage
 - 
getErrorCode
 - 
hashCode
public int hashCode() - 
equals
 - 
compareTo
- Specified by:
 compareToin interfaceComparable<ErrorResponse>
 - 
string
protected com.google.common.base.MoreObjects.ToStringHelper string() - 
toString
 
 -