public class ExternalStoreListDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_LIST |
| Constructor and Description |
|---|
ExternalStoreListDTO() |
| Modifier and Type | Method and Description |
|---|---|
ExternalStoreListDTO |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of external stores returned.
|
List<ExternalStoreDTO> |
getList()
Get list
|
int |
hashCode() |
ExternalStoreListDTO |
list(List<ExternalStoreDTO> list) |
void |
setCount(Integer count) |
void |
setList(List<ExternalStoreDTO> list) |
String |
toString() |
public static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_LIST
public ExternalStoreListDTO count(Integer count)
public void setCount(Integer count)
public ExternalStoreListDTO list(List<ExternalStoreDTO> list)
@Nullable public List<ExternalStoreDTO> getList()
public void setList(List<ExternalStoreDTO> list)
Copyright © 2021 WSO2 Inc. All rights reserved.