org.jclouds.sqs.domain
Class BatchError

java.lang.Object
  extended by org.jclouds.sqs.domain.BatchError

public class BatchError
extends Object

Author:
Adrian Cole
See Also:
doc

Nested Class Summary
static class BatchError.Builder
           
 
Method Summary
static BatchError.Builder builder()
           
 boolean equals(Object obj)
           
 String getCode()
          A short string description of the error.
 String getId()
          The Id name that you assigned to the message.
 String getMessage()
          A description of the error.
 int hashCode()
           
 boolean isSenderFault()
           
 BatchError.Builder toBuilder()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

builder

public static BatchError.Builder builder()

toBuilder

public BatchError.Builder toBuilder()

getId

public String getId()
The Id name that you assigned to the message.


isSenderFault

public boolean isSenderFault()

getCode

public String getCode()
A short string description of the error.


getMessage

public String getMessage()
A description of the error.


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2009-2013 jclouds. All Rights Reserved.