Class AppStyling

  • All Implemented Interfaces:
    Serializable

    @Generated("org.openapitools.codegen.languages.SpringCodegen")
    public class AppStyling
    extends Object
    implements Serializable
    model for describing the style of an application
    See Also:
    Serialized Form
    • Constructor Detail

      • AppStyling

        public AppStyling()
    • Method Detail

      • getPrimaryColor

        public String getPrimaryColor()
        the primary color for an application
        Returns:
        primaryColor
      • setPrimaryColor

        public void setPrimaryColor​(String primaryColor)
      • getLogo

        public String getLogo()
        application logo
        Returns:
        logo
      • setLogo

        public void setLogo​(String logo)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object