public class SubscriptionsEnvelope extends Object
| Constructor and Description |
|---|
SubscriptionsEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionsEnvelope |
count(Integer count) |
SubscriptionsEnvelope |
data(SubscriptionArray data) |
boolean |
equals(Object o) |
Integer |
getCount() |
SubscriptionArray |
getData() |
Integer |
getOffset() |
Long |
getTotal() |
int |
hashCode() |
SubscriptionsEnvelope |
offset(Integer offset) |
void |
setCount(Integer count) |
void |
setData(SubscriptionArray data) |
void |
setOffset(Integer offset) |
void |
setTotal(Long total) |
String |
toString() |
SubscriptionsEnvelope |
total(Long total) |
public SubscriptionsEnvelope total(Long total)
public Long getTotal()
public void setTotal(Long total)
public SubscriptionsEnvelope offset(Integer offset)
public Integer getOffset()
public void setOffset(Integer offset)
public SubscriptionsEnvelope data(SubscriptionArray data)
public SubscriptionArray getData()
public void setData(SubscriptionArray data)
public SubscriptionsEnvelope count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2017. All rights reserved.