Class SequenceBackendListDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.SequenceBackendListDTO
-
public class SequenceBackendListDTO extends Object
SequenceBackendListDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COUNTstatic StringSERIALIZED_NAME_LIST
-
Constructor Summary
Constructors Constructor Description SequenceBackendListDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SequenceBackendListDTOcount(Integer count)booleanequals(Object o)IntegergetCount()Number of Sequence Backends returned.List<SequenceBackendDTO>getList()Get listinthashCode()SequenceBackendListDTOlist(List<SequenceBackendDTO> list)voidsetCount(Integer count)voidsetList(List<SequenceBackendDTO> list)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_COUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LIST
public static final String SERIALIZED_NAME_LIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
count
public SequenceBackendListDTO count(Integer count)
-
setCount
public void setCount(Integer count)
-
list
public SequenceBackendListDTO list(List<SequenceBackendDTO> list)
-
getList
@Nullable public List<SequenceBackendDTO> getList()
Get list- Returns:
- list
-
setList
public void setList(List<SequenceBackendDTO> list)
-
-