public class MediationListDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_LIST |
static String |
SERIALIZED_NAME_NEXT |
static String |
SERIALIZED_NAME_PREVIOUS |
| Constructor and Description |
|---|
MediationListDTO() |
| Modifier and Type | Method and Description |
|---|---|
MediationListDTO |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of mediation sequences returned.
|
List<MediationInfoDTO> |
getList()
Get list
|
String |
getNext()
Link to the next subset of sequences qualified.
|
String |
getPrevious()
Link to the previous subset of sequences qualified.
|
int |
hashCode() |
MediationListDTO |
list(List<MediationInfoDTO> list) |
MediationListDTO |
next(String next) |
MediationListDTO |
previous(String previous) |
void |
setCount(Integer count) |
void |
setList(List<MediationInfoDTO> list) |
void |
setNext(String next) |
void |
setPrevious(String previous) |
String |
toString() |
public static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_NEXT
public static final String SERIALIZED_NAME_PREVIOUS
public static final String SERIALIZED_NAME_LIST
public MediationListDTO count(Integer count)
public void setCount(Integer count)
public MediationListDTO next(String next)
@Nullable public String getNext()
public void setNext(String next)
public MediationListDTO previous(String previous)
@Nullable public String getPrevious()
public void setPrevious(String previous)
public MediationListDTO list(List<MediationInfoDTO> list)
@Nullable public List<MediationInfoDTO> getList()
public void setList(List<MediationInfoDTO> list)
Copyright © 2021 WSO2 Inc. All rights reserved.