Class TimePeriod
java.lang.Object
de.hybris.platform.usageconsumptiontmfwebservices.v1.dto.TimePeriod
Deprecated.
A period of time, either as a deadline (endDateTime only) a startDateTime only, or both
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendDateTime(Date endDateTime) Deprecated.booleanDeprecated.@Valid DateDeprecated.End of the time period, using IETC-RFC-3339 format@Valid DateDeprecated.Start of the time period, using IETC-RFC-3339 format.inthashCode()Deprecated.voidsetEndDateTime(Date endDateTime) Deprecated.voidsetStartDateTime(Date startDateTime) Deprecated.startDateTime(Date startDateTime) Deprecated.toString()Deprecated.
-
Constructor Details
-
TimePeriod
public TimePeriod()Deprecated.
-
-
Method Details
-
endDateTime
Deprecated. -
getEndDateTime
Deprecated.End of the time period, using IETC-RFC-3339 format- Returns:
- endDateTime
-
setEndDateTime
Deprecated. -
startDateTime
Deprecated. -
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
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-