Class DateTimeFieldStat
- java.lang.Object
-
- org.opendatadiscovery.oddplatform.ingestion.contract.model.DateTimeFieldStat
-
@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2022-10-13T09:13:20.105369Z[Etc/UTC]") public class DateTimeFieldStat extends java.lang.ObjectDateTimeFieldStat
-
-
Constructor Summary
Constructors Constructor Description DateTimeFieldStat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull @Valid java.time.OffsetDateTimegetHighValue()Get highValue@NotNull @Valid java.time.OffsetDateTimegetLowValue()Get lowValue@Valid java.time.OffsetDateTimegetMeanValue()Get meanValue@Valid java.time.OffsetDateTimegetMedianValue()Get medianValue@NotNull java.lang.LonggetNullsCount()Get nullsCount@NotNull java.lang.LonggetUniqueCount()Get uniqueCountinthashCode()DateTimeFieldStathighValue(java.time.OffsetDateTime highValue)DateTimeFieldStatlowValue(java.time.OffsetDateTime lowValue)DateTimeFieldStatmeanValue(java.time.OffsetDateTime meanValue)DateTimeFieldStatmedianValue(java.time.OffsetDateTime medianValue)DateTimeFieldStatnullsCount(java.lang.Long nullsCount)voidsetHighValue(java.time.OffsetDateTime highValue)voidsetLowValue(java.time.OffsetDateTime lowValue)voidsetMeanValue(java.time.OffsetDateTime meanValue)voidsetMedianValue(java.time.OffsetDateTime medianValue)voidsetNullsCount(java.lang.Long nullsCount)voidsetUniqueCount(java.lang.Long uniqueCount)java.lang.StringtoString()DateTimeFieldStatuniqueCount(java.lang.Long uniqueCount)
-
-
-
Method Detail
-
lowValue
public DateTimeFieldStat lowValue(java.time.OffsetDateTime lowValue)
-
getLowValue
@NotNull @Valid public @NotNull @Valid java.time.OffsetDateTime getLowValue()
Get lowValue- Returns:
- lowValue
-
setLowValue
public void setLowValue(java.time.OffsetDateTime lowValue)
-
highValue
public DateTimeFieldStat highValue(java.time.OffsetDateTime highValue)
-
getHighValue
@NotNull @Valid public @NotNull @Valid java.time.OffsetDateTime getHighValue()
Get highValue- Returns:
- highValue
-
setHighValue
public void setHighValue(java.time.OffsetDateTime highValue)
-
meanValue
public DateTimeFieldStat meanValue(java.time.OffsetDateTime meanValue)
-
getMeanValue
@Valid public @Valid java.time.OffsetDateTime getMeanValue()
Get meanValue- Returns:
- meanValue
-
setMeanValue
public void setMeanValue(java.time.OffsetDateTime meanValue)
-
medianValue
public DateTimeFieldStat medianValue(java.time.OffsetDateTime medianValue)
-
getMedianValue
@Valid public @Valid java.time.OffsetDateTime getMedianValue()
Get medianValue- Returns:
- medianValue
-
setMedianValue
public void setMedianValue(java.time.OffsetDateTime medianValue)
-
nullsCount
public DateTimeFieldStat nullsCount(java.lang.Long nullsCount)
-
getNullsCount
@NotNull public @NotNull java.lang.Long getNullsCount()
Get nullsCount- Returns:
- nullsCount
-
setNullsCount
public void setNullsCount(java.lang.Long nullsCount)
-
uniqueCount
public DateTimeFieldStat uniqueCount(java.lang.Long uniqueCount)
-
getUniqueCount
@NotNull public @NotNull java.lang.Long getUniqueCount()
Get uniqueCount- Returns:
- uniqueCount
-
setUniqueCount
public void setUniqueCount(java.lang.Long uniqueCount)
-
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
-
-