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 boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
@NotNull java.util.List<Device>
getDevices()
int
hashCode()
void
setDevices(@NotNull java.util.List<Device> devices)
java.lang.String
toString()
-
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:
toString
in classStreamResponseObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classStreamResponseObject
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqual
in classStreamResponseObject
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classStreamResponseObject
-
-