Class DeviceResponse
- java.lang.Object
-
- com.zendesk.sunshine_conversations_client.model.DeviceResponse
-
public class DeviceResponse extends java.lang.ObjectDeviceResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_DEVICE
-
Constructor Summary
Constructors Constructor Description DeviceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceResponsedevice(Device device)booleanequals(java.lang.Object o)DevicegetDevice()The device.inthashCode()voidsetDevice(Device device)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DEVICE
public static final java.lang.String JSON_PROPERTY_DEVICE
- See Also:
- Constant Field Values
-
-
Method Detail
-
device
public DeviceResponse device(Device device)
-
getDevice
@Nullable public Device getDevice()
The device.- Returns:
- device
-
setDevice
public void setDevice(Device device)
-
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
-
-