java.lang.Object
de.hybris.platform.billmanagementtmfwebservices.v1.dto.TimePeriod

@Deprecated(since="2208") public class TimePeriod extends Object
Deprecated.
A period of time, either as a deadline (endDateTime only) a startDateTime only, or both
  • Constructor Details

    • TimePeriod

      public TimePeriod()
      Deprecated.
  • Method Details

    • endDateTime

      public TimePeriod endDateTime(Date endDateTime)
      Deprecated.
    • getEndDateTime

      @Valid public @Valid Date getEndDateTime()
      Deprecated.
      End of the time period, using IETC-RFC-3339 format
      Returns:
      endDateTime
    • setEndDateTime

      public void setEndDateTime(Date endDateTime)
      Deprecated.
    • startDateTime

      public TimePeriod startDateTime(Date startDateTime)
      Deprecated.
    • getStartDateTime

      @Valid public @Valid Date getStartDateTime()
      Deprecated.
      Start of the time period, using IETC-RFC-3339 format. If you define a start, you must also define an end
      Returns:
      startDateTime
    • setStartDateTime

      public void setStartDateTime(Date startDateTime)
      Deprecated.
    • equals

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

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object