|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.sqs.domain.BatchError
public class BatchError
| 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 |
|---|
public static BatchError.Builder builder()
public BatchError.Builder toBuilder()
public String getId()
public boolean isSenderFault()
public String getCode()
public String getMessage()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||