Class MessagesCreated
- java.lang.Object
-
- org.jclouds.openstack.marconi.v1.domain.MessagesCreated
-
public class MessagesCreated extends Object
The response to creating messages on a queue.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MessagesCreated.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protected
MessagesCreated(List<String> messageIds)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessagesCreated.Builder
builder()
boolean
equals(Object obj)
List<String>
getMessageIds()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
MessagesCreated.Builder
toBuilder()
String
toString()
-
-
-
Constructor Detail
-
MessagesCreated
@ConstructorProperties("resources") protected MessagesCreated(List<String> messageIds)
-
-
Method Detail
-
getMessageIds
public List<String> getMessageIds()
- Returns:
- A list of message ids that correspond to each message submitted in the request, in order.
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
builder
public static MessagesCreated.Builder builder()
-
toBuilder
public MessagesCreated.Builder toBuilder()
-
-