public final class DeleteMessageBatchResultEntry extends Object implements Serializable
Encloses the id an entry in DeleteMessageBatch.
Constructor and Description |
---|
DeleteMessageBatchResultEntry(String id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getId()
Represents a successfully deleted message.
|
int |
hashCode() |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public DeleteMessageBatchResultEntry(String id)
public String getId()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2019. All rights reserved.