Class ProfileWatchOptions

java.lang.Object
org.craftercms.social.domain.notifications.ProfileWatchOptions

public class ProfileWatchOptions extends Object
  • Constructor Details

    • ProfileWatchOptions

      public ProfileWatchOptions()
    • ProfileWatchOptions

      public ProfileWatchOptions(String profileId, String frequency)
    • ProfileWatchOptions

      public ProfileWatchOptions(String profileId)
  • Method Details

    • getProfileId

      public String getProfileId()
    • setProfileId

      public void setProfileId(String profileId)
    • getFrequency

      public String getFrequency()
    • setFrequency

      public void setFrequency(String frequency)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object