public class MessagesCreated extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MessagesCreated.Builder |
Modifier | Constructor and Description |
---|---|
protected |
MessagesCreated(List<String> messageIds) |
Modifier and Type | Method and Description |
---|---|
static MessagesCreated.Builder |
builder() |
boolean |
equals(Object obj) |
List<String> |
getMessageIds() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
MessagesCreated.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value="resources") protected MessagesCreated(List<String> messageIds)
public List<String> getMessageIds()
protected com.google.common.base.Objects.ToStringHelper string()
public static MessagesCreated.Builder builder()
public MessagesCreated.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.