Class TimeWindow
- java.lang.Object
-
- io.datahubproject.openapi.generated.TimeWindow
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class TimeWindow extends java.lang.ObjectTimeWindow
-
-
Constructor Summary
Constructors Constructor Description TimeWindow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull @Valid TimeWindowSizegetLength()Get length@NotNull @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.LonggetStartTimeMillis()Start time as epoch at UTC.inthashCode()TimeWindowlength(TimeWindowSize length)voidsetLength(TimeWindowSize length)voidsetStartTimeMillis(java.lang.Long startTimeMillis)TimeWindowstartTimeMillis(java.lang.Long startTimeMillis)java.lang.StringtoString()
-
-
-
Method Detail
-
startTimeMillis
public TimeWindow startTimeMillis(java.lang.Long startTimeMillis)
-
getStartTimeMillis
@NotNull @Min(-9223372036854775808L) @Max(9223372036854775807L) public @NotNull @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getStartTimeMillis()
Start time as epoch at UTC. minimum: -9223372036854775808 maximum: 9223372036854775807- Returns:
- startTimeMillis
-
setStartTimeMillis
public void setStartTimeMillis(java.lang.Long startTimeMillis)
-
length
public TimeWindow length(TimeWindowSize length)
-
getLength
@NotNull @Valid public @NotNull @Valid TimeWindowSize getLength()
Get length- Returns:
- length
-
setLength
public void setLength(TimeWindowSize length)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-