Class DeviceListResponse
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.DeviceListResponse
-
public class DeviceListResponse extends java.lang.ObjectDeviceListResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_DEVICES
-
Constructor Summary
Constructors Constructor Description DeviceListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceListResponseaddDevicesItem(Device devicesItem)DeviceListResponsedevices(java.util.List<Device> devices)booleanequals(java.lang.Object o)java.util.List<Device>getDevices()List of returned devices.inthashCode()voidsetDevices(java.util.List<Device> devices)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DEVICES
public static final java.lang.String JSON_PROPERTY_DEVICES
- See Also:
- Constant Field Values
-
-
Method Detail
-
devices
public DeviceListResponse devices(java.util.List<Device> devices)
-
addDevicesItem
public DeviceListResponse addDevicesItem(Device devicesItem)
-
getDevices
@Nullable public java.util.List<Device> getDevices()
List of returned devices.- Returns:
- devices
-
setDevices
public void setDevices(java.util.List<Device> devices)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-