Class ImageProxySettings


  • public class ImageProxySettings
    extends Object
    The image proxy settings.
    Since:
    Mattermost Server 5.8
    • Constructor Detail

      • ImageProxySettings

        public ImageProxySettings()
    • Method Detail

      • isEnable

        public boolean isEnable()
      • getRemoteImageProxyUrl

        public String getRemoteImageProxyUrl()
      • getRemoteImageProxyOptions

        public String getRemoteImageProxyOptions()
      • setEnable

        public void setEnable​(boolean enable)
      • setImageProxyType

        public void setImageProxyType​(ImageProxyType imageProxyType)
      • setRemoteImageProxyUrl

        public void setRemoteImageProxyUrl​(String remoteImageProxyUrl)
      • setRemoteImageProxyOptions

        public void setRemoteImageProxyOptions​(String remoteImageProxyOptions)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object