Package io.getstream.chat.java.models
Class Device.DeviceListResponse
- java.lang.Object
-
- io.getstream.chat.java.models.framework.StreamResponseObject
-
- io.getstream.chat.java.models.Device.DeviceListResponse
-
- All Implemented Interfaces:
StreamResponse,StreamResponseWithRateLimit
- Enclosing class:
- Device
public static class Device.DeviceListResponse extends StreamResponseObject
-
-
Constructor Summary
Constructors Constructor Description DeviceListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)@NotNull java.util.List<Device>getDevices()inthashCode()voidsetDevices(@NotNull java.util.List<Device> devices)java.lang.StringtoString()-
Methods inherited from class io.getstream.chat.java.models.framework.StreamResponseObject
getDuration, getRateLimit, setDuration, setRateLimit
-
-
-
-
Method Detail
-
getDevices
@NotNull public @NotNull java.util.List<Device> getDevices()
-
setDevices
public void setDevices(@NotNull @NotNull java.util.List<Device> devices)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classStreamResponseObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classStreamResponseObject
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classStreamResponseObject
-
hashCode
public int hashCode()
- Overrides:
hashCodein classStreamResponseObject
-
-