public class UpdateParticipantRoleConfigChannelInfo
extends java.lang.Object
implements java.io.Serializable
Configuration information for the chat participant role.
| Constructor and Description |
|---|
UpdateParticipantRoleConfigChannelInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ChatParticipantRoleConfig |
getChat()
Configuration information for the chat participant role.
|
int |
hashCode() |
void |
setChat(ChatParticipantRoleConfig chat)
Configuration information for the chat participant role.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateParticipantRoleConfigChannelInfo |
withChat(ChatParticipantRoleConfig chat)
Configuration information for the chat participant role.
|
public UpdateParticipantRoleConfigChannelInfo()
public ChatParticipantRoleConfig getChat()
Configuration information for the chat participant role.
Configuration information for the chat participant role.
public void setChat(ChatParticipantRoleConfig chat)
Configuration information for the chat participant role.
chat - Configuration information for the chat participant role.
public UpdateParticipantRoleConfigChannelInfo withChat(ChatParticipantRoleConfig chat)
Configuration information for the chat participant role.
Returns a reference to this object so that method calls can be chained together.
chat - Configuration information for the chat participant role.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object