public class ChatChannelsMuted extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ChatChannelsMuted.AccessorTypeEnum
accessor_type string
|
| Constructor and Description |
|---|
ChatChannelsMuted() |
| Modifier and Type | Method and Description |
|---|---|
ChatChannelsMuted |
accessorId(Integer accessorId) |
ChatChannelsMuted |
accessorType(ChatChannelsMuted.AccessorTypeEnum accessorType) |
ChatChannelsMuted |
endAt(java.time.OffsetDateTime endAt) |
boolean |
equals(Object o) |
Integer |
getAccessorId()
ID of a muted channel member
|
ChatChannelsMuted.AccessorTypeEnum |
getAccessorType()
accessor_type string
|
java.time.OffsetDateTime |
getEndAt()
Time at which this accessor will no longer be muted
|
String |
getReason()
Reason this accessor is muted
|
int |
hashCode() |
ChatChannelsMuted |
reason(String reason) |
void |
setAccessorId(Integer accessorId) |
void |
setAccessorType(ChatChannelsMuted.AccessorTypeEnum accessorType) |
void |
setEndAt(java.time.OffsetDateTime endAt) |
void |
setReason(String reason) |
String |
toString() |
public ChatChannelsMuted accessorId(Integer accessorId)
public Integer getAccessorId()
public void setAccessorId(Integer accessorId)
public ChatChannelsMuted accessorType(ChatChannelsMuted.AccessorTypeEnum accessorType)
public ChatChannelsMuted.AccessorTypeEnum getAccessorType()
public void setAccessorType(ChatChannelsMuted.AccessorTypeEnum accessorType)
public ChatChannelsMuted reason(String reason)
public String getReason()
public void setReason(String reason)
public ChatChannelsMuted endAt(java.time.OffsetDateTime endAt)
public java.time.OffsetDateTime getEndAt()
public void setEndAt(java.time.OffsetDateTime endAt)
Copyright © 2018. All Rights Reserved.