Class YahooInterest

  • All Implemented Interfaces:
    java.io.Serializable

    public final class YahooInterest
    extends java.lang.Object
    implements java.io.Serializable
    This class represents a Yahoo interest.
    Since:
    1.1.0
    Author:
    Jerome Leleu
    See Also:
    Serialized Form
    • Constructor Detail

      • YahooInterest

        public YahooInterest()
    • Method Detail

      • getDeclaredInterests

        public java.util.List<java.lang.String> getDeclaredInterests()
      • setDeclaredInterests

        public void setDeclaredInterests​(java.util.List<java.lang.String> declaredInterests)
      • getInterestCategory

        public java.lang.String getInterestCategory()
      • setInterestCategory

        public void setInterestCategory​(java.lang.String interestCategory)