Class Configuration.BusinessProfile

    • Constructor Detail

      • BusinessProfile

        public BusinessProfile()
    • Method Detail

      • getHeadline

        public java.lang.String getHeadline()
        The messaging shown to customers in the portal.
      • getPrivacyPolicyUrl

        public java.lang.String getPrivacyPolicyUrl()
        A link to the business’s publicly available privacy policy.
      • getTermsOfServiceUrl

        public java.lang.String getTermsOfServiceUrl()
        A link to the business’s publicly available terms of service.
      • setHeadline

        public void setHeadline​(java.lang.String headline)
        The messaging shown to customers in the portal.
      • setPrivacyPolicyUrl

        public void setPrivacyPolicyUrl​(java.lang.String privacyPolicyUrl)
        A link to the business’s publicly available privacy policy.
      • setTermsOfServiceUrl

        public void setTermsOfServiceUrl​(java.lang.String termsOfServiceUrl)
        A link to the business’s publicly available terms of service.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object