Class IncrementingSegmentRowCountChange
- java.lang.Object
-
- io.datahubproject.openapi.generated.IncrementingSegmentRowCountChange
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class IncrementingSegmentRowCountChange extends java.lang.ObjectAttributes defining an INCREMENTING_SEGMENT_ROW_COUNT_CHANGE volume assertion.
-
-
Constructor Summary
Constructors Constructor Description IncrementingSegmentRowCountChange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull @Valid AssertionStdOperatorgetOperator()Get operator@NotNull @Valid AssertionStdParametersgetParameters()Get parameters@NotNull @Valid IncrementingSegmentSpecgetSegment()Get segment@NotNull @Valid AssertionValueChangeTypegetType()Get typeinthashCode()IncrementingSegmentRowCountChangeoperator(AssertionStdOperator operator)IncrementingSegmentRowCountChangeparameters(AssertionStdParameters parameters)IncrementingSegmentRowCountChangesegment(IncrementingSegmentSpec segment)voidsetOperator(AssertionStdOperator operator)voidsetParameters(AssertionStdParameters parameters)voidsetSegment(IncrementingSegmentSpec segment)voidsetType(AssertionValueChangeType type)java.lang.StringtoString()IncrementingSegmentRowCountChangetype(AssertionValueChangeType type)
-
-
-
Method Detail
-
segment
public IncrementingSegmentRowCountChange segment(IncrementingSegmentSpec segment)
-
getSegment
@NotNull @Valid public @NotNull @Valid IncrementingSegmentSpec getSegment()
Get segment- Returns:
- segment
-
setSegment
public void setSegment(IncrementingSegmentSpec segment)
-
type
public IncrementingSegmentRowCountChange type(AssertionValueChangeType type)
-
getType
@NotNull @Valid public @NotNull @Valid AssertionValueChangeType getType()
Get type- Returns:
- type
-
setType
public void setType(AssertionValueChangeType type)
-
operator
public IncrementingSegmentRowCountChange operator(AssertionStdOperator operator)
-
getOperator
@NotNull @Valid public @NotNull @Valid AssertionStdOperator getOperator()
Get operator- Returns:
- operator
-
setOperator
public void setOperator(AssertionStdOperator operator)
-
parameters
public IncrementingSegmentRowCountChange parameters(AssertionStdParameters parameters)
-
getParameters
@NotNull @Valid public @NotNull @Valid AssertionStdParameters getParameters()
Get parameters- Returns:
- parameters
-
setParameters
public void setParameters(AssertionStdParameters parameters)
-
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
-
-