aws / amazon-freertos-ble-android-sdk

Android SDK for FreeRTOS Bluetooth Devices.
Apache License 2.0
49 stars 41 forks source link

Set delete/edit/save network resp classes as getters #33

Closed ignasbol closed 4 years ago

ignasbol commented 4 years ago

Issue #, if available: #32

Description of changes: Add @Getter annotation to DeleteNetworkResp, EditNetworkResp and SaveNetworkResp classes to enable getStatus() method.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.