Class AppManifest.Settings

  • Enclosing class:
    AppManifest

    public static class AppManifest.Settings
    extends Object
    • Method Detail

      • getDescription

        public String getDescription()
      • getLongDescription

        public String getLongDescription()
      • getBackgroundColor

        public String getBackgroundColor()
      • getAllowedIpAddressRanges

        public List<String> getAllowedIpAddressRanges()
      • getOrgDeployEnabled

        public Boolean getOrgDeployEnabled()
      • getSocketModeEnabled

        public Boolean getSocketModeEnabled()
      • getTokenRotationEnabled

        public Boolean getTokenRotationEnabled()
      • getHermesAppType

        public String getHermesAppType()
      • getFunctionRuntime

        public String getFunctionRuntime()
      • setDescription

        public void setDescription​(String description)
      • setLongDescription

        public void setLongDescription​(String longDescription)
      • setBackgroundColor

        public void setBackgroundColor​(String backgroundColor)
      • setAllowedIpAddressRanges

        public void setAllowedIpAddressRanges​(List<String> allowedIpAddressRanges)
      • setOrgDeployEnabled

        public void setOrgDeployEnabled​(Boolean orgDeployEnabled)
      • setSocketModeEnabled

        public void setSocketModeEnabled​(Boolean socketModeEnabled)
      • setTokenRotationEnabled

        public void setTokenRotationEnabled​(Boolean tokenRotationEnabled)
      • setHermesAppType

        public void setHermesAppType​(String hermesAppType)
      • setFunctionRuntime

        public void setFunctionRuntime​(String functionRuntime)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object