- java.lang.Object
-
- net.bis5.mattermost.model.config.ExportSettings
-
public class ExportSettings extends Object
Export settings.- Since:
- Mattermost Server 5.34
-
-
Constructor Summary
Constructors Constructor Description ExportSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetDirectory()intgetRetentionDays()inthashCode()voidsetDirectory(String directory)voidsetRetentionDays(int retentionDays)StringtoString()
-