public class EndpointListDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_LIST |
| Constructor and Description |
|---|
EndpointListDTO() |
| Modifier and Type | Method and Description |
|---|---|
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 static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_LIST
public EndpointListDTO count(Integer count)
public void setCount(Integer count)
public EndpointListDTO list(List<EndpointDTO> list)
@Nullable public List<EndpointDTO> getList()
public void setList(List<EndpointDTO> list)
Copyright © 2021 WSO2 Inc. All rights reserved.