Class VolumeAssertionInfo
- java.lang.Object
-
- io.datahubproject.openapi.generated.VolumeAssertionInfo
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class VolumeAssertionInfo extends java.lang.ObjectAttributes defining a dataset Volume Assertion
-
-
Constructor Summary
Constructors Constructor Description VolumeAssertionInfo()
-
Method Summary
-
-
-
Method Detail
-
type
public VolumeAssertionInfo type(VolumeAssertionType type)
-
getType
@NotNull @Valid public @NotNull @Valid VolumeAssertionType getType()
Get type- Returns:
- type
-
setType
public void setType(VolumeAssertionType type)
-
entity
public VolumeAssertionInfo entity(java.lang.String entity)
-
getEntity
@NotNull public @NotNull java.lang.String getEntity()
The entity targeted by this Volume check.- Returns:
- entity
-
setEntity
public void setEntity(java.lang.String entity)
-
rowCountTotal
public VolumeAssertionInfo rowCountTotal(RowCountTotal rowCountTotal)
-
getRowCountTotal
@Valid public @Valid RowCountTotal getRowCountTotal()
Get rowCountTotal- Returns:
- rowCountTotal
-
setRowCountTotal
public void setRowCountTotal(RowCountTotal rowCountTotal)
-
rowCountChange
public VolumeAssertionInfo rowCountChange(RowCountChange rowCountChange)
-
getRowCountChange
@Valid public @Valid RowCountChange getRowCountChange()
Get rowCountChange- Returns:
- rowCountChange
-
setRowCountChange
public void setRowCountChange(RowCountChange rowCountChange)
-
incrementingSegmentRowCountTotal
public VolumeAssertionInfo incrementingSegmentRowCountTotal(IncrementingSegmentRowCountTotal incrementingSegmentRowCountTotal)
-
getIncrementingSegmentRowCountTotal
@Valid public @Valid IncrementingSegmentRowCountTotal getIncrementingSegmentRowCountTotal()
Get incrementingSegmentRowCountTotal- Returns:
- incrementingSegmentRowCountTotal
-
setIncrementingSegmentRowCountTotal
public void setIncrementingSegmentRowCountTotal(IncrementingSegmentRowCountTotal incrementingSegmentRowCountTotal)
-
incrementingSegmentRowCountChange
public VolumeAssertionInfo incrementingSegmentRowCountChange(IncrementingSegmentRowCountChange incrementingSegmentRowCountChange)
-
getIncrementingSegmentRowCountChange
@Valid public @Valid IncrementingSegmentRowCountChange getIncrementingSegmentRowCountChange()
Get incrementingSegmentRowCountChange- Returns:
- incrementingSegmentRowCountChange
-
setIncrementingSegmentRowCountChange
public void setIncrementingSegmentRowCountChange(IncrementingSegmentRowCountChange incrementingSegmentRowCountChange)
-
filter
public VolumeAssertionInfo filter(DatasetFilter filter)
-
getFilter
@Valid public @Valid DatasetFilter getFilter()
Get filter- Returns:
- filter
-
setFilter
public void setFilter(DatasetFilter filter)
-
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
-
-