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