@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T16:43:29.220+01:00") public class MessageOpenSearchResponse extends Object
| Constructor and Description |
|---|
MessageOpenSearchResponse() |
| Modifier and Type | Method and Description |
|---|---|
MessageOpenSearchResponse |
addOpensItem(ExtendedMessageOpenEventInformation opensItem) |
boolean |
equals(Object o) |
List<ExtendedMessageOpenEventInformation> |
getOpens()
Get opens
|
Integer |
getTotalCount()
Get totalCount
|
int |
hashCode() |
MessageOpenSearchResponse |
opens(List<ExtendedMessageOpenEventInformation> opens) |
void |
setOpens(List<ExtendedMessageOpenEventInformation> opens) |
void |
setTotalCount(Integer totalCount) |
String |
toString() |
MessageOpenSearchResponse |
totalCount(Integer totalCount) |
public MessageOpenSearchResponse totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public MessageOpenSearchResponse opens(List<ExtendedMessageOpenEventInformation> opens)
public MessageOpenSearchResponse addOpensItem(ExtendedMessageOpenEventInformation opensItem)
public List<ExtendedMessageOpenEventInformation> getOpens()
public void setOpens(List<ExtendedMessageOpenEventInformation> opens)
Copyright © 2019. All rights reserved.