public class LoadRegisteredDevicesOutput
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
LoadRegisteredDevicesOutput.DeviceList |
Constructor and Description |
---|
LoadRegisteredDevicesOutput() |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
This Method is use to get the code
|
java.util.List<LoadRegisteredDevicesOutput.DeviceList> |
getDeviceList()
This Method is use to get the deviceList
|
java.lang.String |
getMsg()
This Method is use to get the msg
|
java.lang.String |
getStatus()
This Method is use to get the status
|
public int getCode()
@Nullable public java.lang.String getStatus()
@Nullable public java.lang.String getMsg()
@Nullable public java.util.List<LoadRegisteredDevicesOutput.DeviceList> getDeviceList()