Class 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.Object
    Attributes defining a dataset Volume Assertion
    • Constructor Detail

      • VolumeAssertionInfo

        public VolumeAssertionInfo()
    • Method Detail

      • getType

        @NotNull
        @Valid
        public @NotNull @Valid VolumeAssertionType getType()
        Get type
        Returns:
        type
      • 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)
      • getRowCountTotal

        @Valid
        public @Valid RowCountTotal getRowCountTotal()
        Get rowCountTotal
        Returns:
        rowCountTotal
      • setRowCountTotal

        public void setRowCountTotal​(RowCountTotal rowCountTotal)
      • getRowCountChange

        @Valid
        public @Valid RowCountChange getRowCountChange()
        Get rowCountChange
        Returns:
        rowCountChange
      • setRowCountChange

        public void setRowCountChange​(RowCountChange rowCountChange)
      • getIncrementingSegmentRowCountTotal

        @Valid
        public @Valid IncrementingSegmentRowCountTotal getIncrementingSegmentRowCountTotal()
        Get incrementingSegmentRowCountTotal
        Returns:
        incrementingSegmentRowCountTotal
      • getIncrementingSegmentRowCountChange

        @Valid
        public @Valid IncrementingSegmentRowCountChange getIncrementingSegmentRowCountChange()
        Get incrementingSegmentRowCountChange
        Returns:
        incrementingSegmentRowCountChange
      • getFilter

        @Valid
        public @Valid DatasetFilter getFilter()
        Get filter
        Returns:
        filter
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object