public class DeviceTypeList extends Object
| Constructor and Description |
|---|
DeviceTypeList() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Number of Devices Types returned.
|
List<String> |
getList() |
String |
getNext()
Link to the next subset of resources qualified.
|
String |
getPrevious()
Link to the previous subset of resources qualified.
|
void |
setCount(int count) |
void |
setList(List<String> deviceTypes) |
void |
setNext(String next) |
void |
setPrevious(String previous) |
String |
toString() |
public int getCount()
public void setCount(int count)
public String getNext()
public void setNext(String next)
public String getPrevious()
public void setPrevious(String previous)
Copyright © 2017 WSO2. All rights reserved.