Class RecommendationContent


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2023-06-09T09:27:54.187483Z[Etc/UTC]")
    public class RecommendationContent
    extends java.lang.Object
    Content to display within each recommendation module
    • Constructor Detail

      • RecommendationContent

        public RecommendationContent()
    • Method Detail

      • getValue

        @NotNull
        public @NotNull java.lang.String getValue()
        String representation of content
        Returns:
        value
      • setValue

        public void setValue​(java.lang.String value)
      • getEntity

        public java.lang.String getEntity()
        Entity being recommended. Empty if the content being recommended is not an entity
        Returns:
        entity
      • setEntity

        public void setEntity​(java.lang.String entity)
      • 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