Module net.bis5.mattermost4j.models
Package net.bis5.mattermost.model.config
Class GlobalRelayMessageExportSettings
- java.lang.Object
-
- net.bis5.mattermost.model.config.GlobalRelayMessageExportSettings
-
public class GlobalRelayMessageExportSettings extends Object
Global Relay format specific settings.- Since:
- Mattermost Server 5.9.0
-
-
Constructor Summary
Constructors Constructor Description GlobalRelayMessageExportSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetCustomerType()StringgetEmailAddress()StringgetSmtpPassword()intgetSmtpServerTimeout()StringgetSmtpUsername()inthashCode()voidsetCustomerType(String customerType)voidsetEmailAddress(String emailAddress)voidsetSmtpPassword(String smtpPassword)voidsetSmtpServerTimeout(int smtpServerTimeout)voidsetSmtpUsername(String smtpUsername)StringtoString()
-
-
-
Method Detail
-
getCustomerType
public String getCustomerType()
-
getSmtpUsername
public String getSmtpUsername()
-
getSmtpPassword
public String getSmtpPassword()
-
getEmailAddress
public String getEmailAddress()
-
getSmtpServerTimeout
public int getSmtpServerTimeout()
- Since:
- Mattermost Server 5.26
-
setCustomerType
public void setCustomerType(String customerType)
-
setSmtpUsername
public void setSmtpUsername(String smtpUsername)
-
setSmtpPassword
public void setSmtpPassword(String smtpPassword)
-
setEmailAddress
public void setEmailAddress(String emailAddress)
-
setSmtpServerTimeout
public void setSmtpServerTimeout(int smtpServerTimeout)
- Since:
- Mattermost Server 5.26
-
canEqual
protected boolean canEqual(Object other)
-
-