-
public final class ChatPauseState
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classChatPauseState.UpdatedBy
-
Constructor Summary
Constructors Constructor Description ChatPauseState(Boolean enabled, ChatPauseState.UpdatedBy updatedBy, Long updatedAt)
-
Method Summary
Modifier and Type Method Description final BooleangetEnabled()final ChatPauseState.UpdatedBygetUpdatedBy()final LonggetUpdatedAt()-
-
Constructor Detail
-
ChatPauseState
ChatPauseState(Boolean enabled, ChatPauseState.UpdatedBy updatedBy, Long updatedAt)
-
-
Method Detail
-
getEnabled
final Boolean getEnabled()
-
getUpdatedBy
final ChatPauseState.UpdatedBy getUpdatedBy()
-
getUpdatedAt
final Long getUpdatedAt()
-
-
-
-