Class RecommendationModule


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2022-10-18T12:49:45.903581Z[Etc/UTC]")
    public class RecommendationModule
    extends java.lang.Object
    RecommendationModule
    • Constructor Detail

      • RecommendationModule

        public RecommendationModule()
    • Method Detail

      • getTitle

        @NotNull
        public @NotNull java.lang.String getTitle()
        Title of the module to display
        Returns:
        title
      • setTitle

        public void setTitle​(java.lang.String title)
      • getModuleId

        @NotNull
        public @NotNull java.lang.String getModuleId()
        Unique id of the module being recommended
        Returns:
        moduleId
      • setModuleId

        public void setModuleId​(java.lang.String moduleId)
      • getRenderType

        @NotNull
        @Valid
        public @NotNull @Valid RecommendationRenderType getRenderType()
        Get renderType
        Returns:
        renderType
      • getContent

        @NotNull
        @Valid
        public @NotNull @Valid java.util.List<RecommendationContent> getContent()
        List of content to display inside the module
        Returns:
        content
      • equals

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object