Back to project page OpenHueSdk.
The source code is released under:
Apache License
If you think the Android project OpenHueSdk listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.t3hh4xx0r.openhuesdk.sdk.objects; /*from w w w .jav a2 s . c om*/ public class RegistrationResponse { public class ResponseError { public ResponseError() { } } public class ResponseSuccess { public ResponseSuccess() { } } public ResponseError error; public ResponseSuccess success; }