Class CreateMessage
- java.lang.Object
-
- org.jclouds.openstack.marconi.v1.domain.CreateMessage
-
public class CreateMessage extends Object
A message to be sent to a queue.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateMessage.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protected
CreateMessage(int ttl, String body)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateMessage.Builder
builder()
boolean
equals(Object obj)
String
getBody()
int
getTTL()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
CreateMessage.Builder
toBuilder()
String
toString()
-
-
-
Constructor Detail
-
CreateMessage
protected CreateMessage(int ttl, String body)
-
-
Method Detail
-
getTTL
public int getTTL()
- See Also:
CreateMessage.Builder.ttl(int)
-
getBody
public String getBody()
- See Also:
CreateMessage.Builder.body(String)
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
builder
public static CreateMessage.Builder builder()
-
toBuilder
public CreateMessage.Builder toBuilder()
-
-