Package io.getstream.chat.java.models
Class UnreadCounts.UnreadCountsChannelType
- java.lang.Object
-
- io.getstream.chat.java.models.UnreadCounts.UnreadCountsChannelType
-
- Enclosing class:
- UnreadCounts
public static class UnreadCounts.UnreadCountsChannelType extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UnreadCountsChannelType()
-
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.lang.String
getChannelCount()
@NotNull java.lang.String
getChannelType()
@NotNull java.lang.Integer
getUnreadCount()
int
hashCode()
void
setChannelCount(@NotNull java.lang.String channelCount)
void
setChannelType(@NotNull java.lang.String channelType)
void
setUnreadCount(@NotNull java.lang.Integer unreadCount)
java.lang.String
toString()
-
-
-
Method Detail
-
getChannelType
@NotNull public @NotNull java.lang.String getChannelType()
-
getChannelCount
@NotNull public @NotNull java.lang.String getChannelCount()
-
getUnreadCount
@NotNull public @NotNull java.lang.Integer getUnreadCount()
-
setChannelType
public void setChannelType(@NotNull @NotNull java.lang.String channelType)
-
setChannelCount
public void setChannelCount(@NotNull @NotNull java.lang.String channelCount)
-
setUnreadCount
public void setUnreadCount(@NotNull @NotNull java.lang.Integer unreadCount)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-