Class ProfileSchedule

java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.ProfileSchedule
Direct Known Subclasses:
ProfileScheduleMixinAnnotations

public class ProfileSchedule extends Object
  • Constructor Details

    • ProfileSchedule

      public ProfileSchedule()
    • ProfileSchedule

      public ProfileSchedule(List<String> mHourRange, List<Integer> mDaysRange, Long mExpirationDate, String mTimeZoneIdentifier)
  • Method Details

    • toString

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

      public List<String> getmHourRange()
    • setmHourRange

      public void setmHourRange(List<String> mHourRange)
    • getmDaysRange

      public List<Integer> getmDaysRange()
    • setmDaysRange

      public void setmDaysRange(List<Integer> mDaysRange)
    • getmExpirationDate

      public Long getmExpirationDate()
    • setmExpirationDate

      public void setmExpirationDate(Long mExpirationDate)
    • getmTimeZoneIdentifier

      public String getmTimeZoneIdentifier()
    • setmTimeZoneIdentifier

      public void setmTimeZoneIdentifier(String mTimeZoneIdentifier)