Class DatasetProfile
- java.lang.Object
-
- io.datahubproject.openapi.generated.DatasetProfile
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue,OneOfGenericAspectValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class DatasetProfile extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValueStats corresponding to datasets
-
-
Constructor Summary
Constructors Constructor Description DatasetProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatasetProfileaddFieldProfilesItem(DatasetFieldProfile fieldProfilesItem)DatasetProfilecolumnCount(java.lang.Long columnCount)booleanequals(java.lang.Object o)DatasetProfileeventGranularity(TimeWindowSize eventGranularity)DatasetProfilefieldProfiles(java.util.List<DatasetFieldProfile> fieldProfiles)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.LonggetColumnCount()Get columnCount minimum: -9223372036854775808 maximum: 9223372036854775807@Valid TimeWindowSizegetEventGranularity()Get eventGranularity@Valid java.util.List<DatasetFieldProfile>getFieldProfiles()Get fieldProfilesjava.lang.StringgetMessageId()The optional messageId, if provided serves as a custom user-defined unique identifier for an aspect value.@NotNull @Valid PartitionSpecgetPartitionSpec()Get partitionSpec@Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.LonggetRowCount()Get rowCount minimum: -9223372036854775808 maximum: 9223372036854775807@Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.LonggetSizeInBytes()Storage size in bytes minimum: -9223372036854775808 maximum: 9223372036854775807@NotNull @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.LonggetTimestampMillis()The event timestamp field as epoch at UTC in milli seconds.inthashCode()DatasetProfilemessageId(java.lang.String messageId)DatasetProfilepartitionSpec(PartitionSpec partitionSpec)DatasetProfilerowCount(java.lang.Long rowCount)voidsetColumnCount(java.lang.Long columnCount)voidsetEventGranularity(TimeWindowSize eventGranularity)voidsetFieldProfiles(java.util.List<DatasetFieldProfile> fieldProfiles)voidsetMessageId(java.lang.String messageId)voidsetPartitionSpec(PartitionSpec partitionSpec)voidsetRowCount(java.lang.Long rowCount)voidsetSizeInBytes(java.lang.Long sizeInBytes)voidsetTimestampMillis(java.lang.Long timestampMillis)DatasetProfilesizeInBytes(java.lang.Long sizeInBytes)DatasetProfiletimestampMillis(java.lang.Long timestampMillis)java.lang.StringtoString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
timestampMillis
public DatasetProfile timestampMillis(java.lang.Long timestampMillis)
-
getTimestampMillis
@NotNull @Min(-9223372036854775808L) @Max(9223372036854775807L) public @NotNull @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getTimestampMillis()
The event timestamp field as epoch at UTC in milli seconds. minimum: -9223372036854775808 maximum: 9223372036854775807- Returns:
- timestampMillis
-
setTimestampMillis
public void setTimestampMillis(java.lang.Long timestampMillis)
-
eventGranularity
public DatasetProfile eventGranularity(TimeWindowSize eventGranularity)
-
getEventGranularity
@Valid public @Valid TimeWindowSize getEventGranularity()
Get eventGranularity- Returns:
- eventGranularity
-
setEventGranularity
public void setEventGranularity(TimeWindowSize eventGranularity)
-
partitionSpec
public DatasetProfile partitionSpec(PartitionSpec partitionSpec)
-
getPartitionSpec
@NotNull @Valid public @NotNull @Valid PartitionSpec getPartitionSpec()
Get partitionSpec- Returns:
- partitionSpec
-
setPartitionSpec
public void setPartitionSpec(PartitionSpec partitionSpec)
-
messageId
public DatasetProfile messageId(java.lang.String messageId)
-
getMessageId
public java.lang.String getMessageId()
The optional messageId, if provided serves as a custom user-defined unique identifier for an aspect value.- Returns:
- messageId
-
setMessageId
public void setMessageId(java.lang.String messageId)
-
rowCount
public DatasetProfile rowCount(java.lang.Long rowCount)
-
getRowCount
@Min(-9223372036854775808L) @Max(9223372036854775807L) public @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getRowCount()
Get rowCount minimum: -9223372036854775808 maximum: 9223372036854775807- Returns:
- rowCount
-
setRowCount
public void setRowCount(java.lang.Long rowCount)
-
columnCount
public DatasetProfile columnCount(java.lang.Long columnCount)
-
getColumnCount
@Min(-9223372036854775808L) @Max(9223372036854775807L) public @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getColumnCount()
Get columnCount minimum: -9223372036854775808 maximum: 9223372036854775807- Returns:
- columnCount
-
setColumnCount
public void setColumnCount(java.lang.Long columnCount)
-
fieldProfiles
public DatasetProfile fieldProfiles(java.util.List<DatasetFieldProfile> fieldProfiles)
-
addFieldProfilesItem
public DatasetProfile addFieldProfilesItem(DatasetFieldProfile fieldProfilesItem)
-
getFieldProfiles
@Valid public @Valid java.util.List<DatasetFieldProfile> getFieldProfiles()
Get fieldProfiles- Returns:
- fieldProfiles
-
setFieldProfiles
public void setFieldProfiles(java.util.List<DatasetFieldProfile> fieldProfiles)
-
sizeInBytes
public DatasetProfile sizeInBytes(java.lang.Long sizeInBytes)
-
getSizeInBytes
@Min(-9223372036854775808L) @Max(9223372036854775807L) public @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getSizeInBytes()
Storage size in bytes minimum: -9223372036854775808 maximum: 9223372036854775807- Returns:
- sizeInBytes
-
setSizeInBytes
public void setSizeInBytes(java.lang.Long sizeInBytes)
-
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
-
-