public class SubscriptionListDTO extends Object
| Constructor and Description |
|---|
SubscriptionListDTO() |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionListDTO |
addListItem(SubscriptionDTO listItem) |
SubscriptionListDTO |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of Subscriptions returned.
|
List<SubscriptionDTO> |
getList()
Get list
|
int |
hashCode() |
SubscriptionListDTO |
list(List<SubscriptionDTO> list) |
void |
setCount(Integer count) |
void |
setList(List<SubscriptionDTO> list) |
String |
toString() |
public SubscriptionListDTO count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public SubscriptionListDTO list(List<SubscriptionDTO> list)
public SubscriptionListDTO addListItem(SubscriptionDTO listItem)
public List<SubscriptionDTO> getList()
public void setList(List<SubscriptionDTO> list)
Copyright © 2022 WSO2 Inc. All rights reserved.