- java.lang.Object
-
- net.bis5.mattermost.model.config.CloudSettings
-
public class CloudSettings extends Object
Cloud Service settings.- Since:
- Mattermost Server 5.30
-
-
Constructor Summary
Constructors Constructor Description CloudSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetCwsApiUrl()StringgetCwsUrl()inthashCode()voidsetCwsApiUrl(String cwsApiUrl)voidsetCwsUrl(String cwsUrl)StringtoString()
-
-
-
Method Detail
-
getCwsUrl
public String getCwsUrl()
-
getCwsApiUrl
public String getCwsApiUrl()
- Since:
- Mattermost Server 5.35
-
setCwsUrl
public void setCwsUrl(String cwsUrl)
-
setCwsApiUrl
public void setCwsApiUrl(String cwsApiUrl)
- Since:
- Mattermost Server 5.35
-
canEqual
protected boolean canEqual(Object other)
-
-