Class SubscriptionSchedule.CurrentPhase

    • Constructor Detail

      • CurrentPhase

        public CurrentPhase()
    • Method Detail

      • getEndDate

        public java.lang.Long getEndDate()
        The end of this phase of the subscription schedule.
      • getStartDate

        public java.lang.Long getStartDate()
        The start of this phase of the subscription schedule.
      • setEndDate

        public void setEndDate​(java.lang.Long endDate)
        The end of this phase of the subscription schedule.
      • setStartDate

        public void setStartDate​(java.lang.Long startDate)
        The start of this phase of the subscription schedule.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object