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