Class SupportSettings


  • public class SupportSettings
    extends Object
    Support settings.
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • SupportSettings

        public SupportSettings()
    • Method Detail

      • getTermsOfServiceLink

        public String getTermsOfServiceLink()
      • getPrivacyPolicyLink

        public String getPrivacyPolicyLink()
      • getAboutLink

        public String getAboutLink()
      • getHelpLink

        public String getHelpLink()
      • getReportAProblemLink

        public String getReportAProblemLink()
      • getSupportEmail

        public String getSupportEmail()
      • isCustomTermsOfServiceEnabled

        public boolean isCustomTermsOfServiceEnabled()
      • getCustomTermsOfServiceReAcceptancePeriod

        public int getCustomTermsOfServiceReAcceptancePeriod()
      • setTermsOfServiceLink

        public void setTermsOfServiceLink​(String termsOfServiceLink)
      • setPrivacyPolicyLink

        public void setPrivacyPolicyLink​(String privacyPolicyLink)
      • setAboutLink

        public void setAboutLink​(String aboutLink)
      • setHelpLink

        public void setHelpLink​(String helpLink)
      • setReportAProblemLink

        public void setReportAProblemLink​(String reportAProblemLink)
      • setSupportEmail

        public void setSupportEmail​(String supportEmail)
      • setCustomTermsOfServiceEnabled

        public void setCustomTermsOfServiceEnabled​(boolean customTermsOfServiceEnabled)
      • setCustomTermsOfServiceReAcceptancePeriod

        public void setCustomTermsOfServiceReAcceptancePeriod​(int customTermsOfServiceReAcceptancePeriod)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object