Package com.adyen.model.clouddevice
Class ConnectedDevicesResponse
- java.lang.Object
-
- com.adyen.model.clouddevice.ConnectedDevicesResponse
-
public class ConnectedDevicesResponse extends Object
ConnectedDevicesResponse
-
-
Constructor Summary
Constructors Constructor Description ConnectedDevicesResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static ConnectedDevicesResponsefromJson(String jsonString)Create an instance of ConnectedDevicesResponse given an JSON stringList<String>getUniqueDeviceIds()inthashCode()voidsetUniqueDeviceIds(List<String> uniqueDeviceIds)StringtoJson()Convert an instance of ConnectedDevicesResponse to an JSON stringStringtoString()
-
-
-
Method Detail
-
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
-
-