Package org.openapitools.client.models
Class ListDevicesResponse
-
- All Implemented Interfaces:
public final class ListDevicesResponse
-
-
Constructor Summary
Constructors Constructor Description ListDevicesResponse(List<Device> devices, String duration)
-
Method Summary
Modifier and Type Method Description final List<Device>getDevices()final StringgetDuration()-
-
Method Detail
-
getDevices
final List<Device> getDevices()
-
getDuration
final String getDuration()
-
-
-
-