19 #ifndef SWGInstanceDevicesResponse_H_ 20 #define SWGInstanceDevicesResponse_H_ 22 #include <QJsonObject> 41 virtual QString asJson ()
override;
42 virtual QJsonObject* asJsonObject()
override;
43 virtual void fromJsonObject(QJsonObject &json)
override;
46 qint32 getDevicecount();
47 void setDevicecount(qint32 devicecount);
49 QList<SWGDeviceListItem*>* getDevices();
50 void setDevices(QList<SWGDeviceListItem*>* devices);
53 virtual bool isSet()
override;
QList< SWGDeviceListItem * > * devices