Class BatchSpec


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2022-10-18T12:49:45.903581Z[Etc/UTC]")
    public class BatchSpec
    extends java.lang.Object
    A batch on which certain operations, e.g. data quality evaluation, is done.
    • Constructor Summary

      Constructors 
      Constructor Description
      BatchSpec()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BatchSpec customProperties​(java.util.Map<java.lang.String,​java.lang.String> customProperties)  
      boolean equals​(java.lang.Object o)  
      @NotNull java.util.Map<java.lang.String,​java.lang.String> getCustomProperties()
      Custom property bag.
      @Min(-2147483648L) @Max(2147483647L) java.lang.Integer getLimit()
      Any limit to the number of rows in the batch, if applied minimum: -2147483648 maximum: 2147483647
      java.lang.String getNativeBatchId()
      The native identifier as specified by the system operating on the batch.
      java.lang.String getQuery()
      A query that identifies a batch of data
      int hashCode()  
      BatchSpec limit​(java.lang.Integer limit)  
      BatchSpec nativeBatchId​(java.lang.String nativeBatchId)  
      BatchSpec putCustomPropertiesItem​(java.lang.String key, java.lang.String customPropertiesItem)  
      BatchSpec query​(java.lang.String query)  
      void setCustomProperties​(java.util.Map<java.lang.String,​java.lang.String> customProperties)  
      void setLimit​(java.lang.Integer limit)  
      void setNativeBatchId​(java.lang.String nativeBatchId)  
      void setQuery​(java.lang.String query)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BatchSpec

        public BatchSpec()
    • Method Detail

      • customProperties

        public BatchSpec customProperties​(java.util.Map<java.lang.String,​java.lang.String> customProperties)
      • putCustomPropertiesItem

        public BatchSpec putCustomPropertiesItem​(java.lang.String key,
                                                 java.lang.String customPropertiesItem)
      • getCustomProperties

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.lang.String> getCustomProperties()
        Custom property bag.
        Returns:
        customProperties
      • setCustomProperties

        public void setCustomProperties​(java.util.Map<java.lang.String,​java.lang.String> customProperties)
      • nativeBatchId

        public BatchSpec nativeBatchId​(java.lang.String nativeBatchId)
      • getNativeBatchId

        public java.lang.String getNativeBatchId()
        The native identifier as specified by the system operating on the batch.
        Returns:
        nativeBatchId
      • setNativeBatchId

        public void setNativeBatchId​(java.lang.String nativeBatchId)
      • query

        public BatchSpec query​(java.lang.String query)
      • getQuery

        public java.lang.String getQuery()
        A query that identifies a batch of data
        Returns:
        query
      • setQuery

        public void setQuery​(java.lang.String query)
      • limit

        public BatchSpec limit​(java.lang.Integer limit)
      • getLimit

        @Min(-2147483648L)
        @Max(2147483647L)
        public @Min(-2147483648L) @Max(2147483647L) java.lang.Integer getLimit()
        Any limit to the number of rows in the batch, if applied minimum: -2147483648 maximum: 2147483647
        Returns:
        limit
      • setLimit

        public void setLimit​(java.lang.Integer limit)
      • 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