public class MessageContextGlobalSystem extends GenericModel
| Constructor and Description | 
|---|
MessageContextGlobalSystem()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getTimezone()
Gets the timezone. 
 | 
java.lang.Long | 
getTurnCount()
Gets the turnCount. 
 | 
java.lang.String | 
getUserId()
Gets the userId. 
 | 
void | 
setTimezone(java.lang.String timezone)
Sets the timezone. 
 | 
void | 
setTurnCount(long turnCount)
Sets the turnCount. 
 | 
void | 
setUserId(java.lang.String userId)
Sets the userId. 
 | 
equals, hashCode, toStringpublic java.lang.String getTimezone()
public java.lang.String getUserId()
public java.lang.Long getTurnCount()
public void setTimezone(java.lang.String timezone)
timezone - the new timezonepublic void setUserId(java.lang.String userId)
userId - the new userIdpublic void setTurnCount(long turnCount)
turnCount - the new turnCount