Class ConnectedDevicesResponse


  • public class ConnectedDevicesResponse
    extends Object
    ConnectedDevicesResponse
    • Constructor Detail

      • ConnectedDevicesResponse

        public ConnectedDevicesResponse()
    • Method Detail

      • getUniqueDeviceIds

        public List<String> getUniqueDeviceIds()
      • setUniqueDeviceIds

        public void setUniqueDeviceIds​(List<String> uniqueDeviceIds)
      • fromJson

        public static ConnectedDevicesResponse fromJson​(String jsonString)
                                                 throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of ConnectedDevicesResponse given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of ConnectedDevicesResponse
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to ConnectedDevicesResponse
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of ConnectedDevicesResponse to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object