Module net.bis5.mattermost4j.models
Package net.bis5.mattermost.model.config
Class AnalyticsSettings
- java.lang.Object
-
- net.bis5.mattermost.model.config.AnalyticsSettings
-
public class AnalyticsSettings extends Object
Analytics settings.- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description AnalyticsSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)intgetMaxUsersForStatistics()inthashCode()voidsetMaxUsersForStatistics(int maxUsersForStatistics)StringtoString()
-
-
-
Method Detail
-
getMaxUsersForStatistics
public int getMaxUsersForStatistics()
-
setMaxUsersForStatistics
public void setMaxUsersForStatistics(int maxUsersForStatistics)
-
canEqual
protected boolean canEqual(Object other)
-
-