Class TimePeriodType
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.TimePeriodType
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class TimePeriodType
extends Object
Representation of a time period
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionendDateTime(Date endDateTime) boolean@Valid DateEnd date of the period@NotNull @Valid DateStart date of the periodinthashCode()voidsetEndDateTime(Date endDateTime) voidsetStartDateTime(Date startDateTime) startDateTime(Date startDateTime) toString()
-
Constructor Details
-
TimePeriodType
public TimePeriodType()
-
-
Method Details
-
startDateTime
-
getStartDateTime
Start date of the period- Returns:
- startDateTime
-
setStartDateTime
-
endDateTime
-
getEndDateTime
End date of the period- Returns:
- endDateTime
-
setEndDateTime
-
equals
-
hashCode
public int hashCode() -
toString
-