Class TimePeriod
java.lang.Object
de.hybris.platform.b2ctelcotmfresources.v4.dto.TimePeriod
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfresources.swagger.TelcoCodegen",
date="2022-10-21T20:34:37.643Z")
public class TimePeriod
extends Object
A period of time, either as a deadline (endDateTime only) a startDateTime only, or both
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atschemaLocation(String atschemaLocation) endDateTime(Date endDateTime) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity name@Valid DateEnd of the time period, using IETC-RFC-3339 format@Valid DateStart of the time period, using IETC-RFC-3339 formatinthashCode()voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetEndDateTime(Date endDateTime) voidsetStartDateTime(Date startDateTime) startDateTime(Date startDateTime) toString()
-
Constructor Details
-
TimePeriod
public TimePeriod()
-
-
Method Details
-
endDateTime
-
getEndDateTime
End of the time period, using IETC-RFC-3339 format- Returns:
- endDateTime
-
setEndDateTime
-
startDateTime
-
getStartDateTime
Start of the time period, using IETC-RFC-3339 format- Returns:
- startDateTime
-
setStartDateTime
-
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class entity name- Returns:
- attype
-
setAttype
-
equals
-
hashCode
public int hashCode() -
toString
-