public class LabelListDTO
extends Object
LabelListDTO
-
-
Constructor Summary
Constructors
-
Method Summary
boolean
Number of Labels returned.
int
void
void
-
Field Details
-
SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_COUNT
- See Also:
-
-
SERIALIZED_NAME_LIST
public static final String SERIALIZED_NAME_LIST
- See Also:
-
-
Constructor Details
-
LabelListDTO
public LabelListDTO()
-
Method Details
-
-
getCount
Number of Labels returned.
- Returns:
- count
-
setCount
public void setCount(Integer count)
-
-
getList
Get list
- Returns:
- list
-
-
-
-