Class PersonalizationService.PersonalizedContent

  • Enclosing interface:
    PersonalizationService

    public static class PersonalizationService.PersonalizedContent
    extends Object
    A personalizated content definition.
    • Constructor Detail

      • PersonalizedContent

        public PersonalizedContent()
    • Method Detail

      • getId

        public String getId()
        Retrieves the filter identifier associated with this content filtering definition.
        Returns:
        the filter identifier associated with this content filtering definition
      • setId

        public void setId​(String id)
        Sets the filter identifier associated with this content filtering definition.
        Parameters:
        id - the filter identifier associated with this content filtering definition
      • setFilterid

        @Deprecated
        public void setFilterid​(String filterid)
        Deprecated.
        As of version 1.3.0-incubating, please use setId(String) instead
        Sets the filter identifier associated with this content filtering definition.
        Parameters:
        filterid - the filter identifier associated with this content filtering definition
      • setProperties

        public void setProperties​(Map<String,​Object> properties)