Class BatchSpec
- java.lang.Object
-
- io.datahubproject.openapi.generated.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.ObjectA 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 BatchSpeccustomProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)booleanequals(java.lang.Object o)@NotNull java.util.Map<java.lang.String,java.lang.String>getCustomProperties()Custom property bag.@Min(-2147483648L) @Max(2147483647L) java.lang.IntegergetLimit()Any limit to the number of rows in the batch, if applied minimum: -2147483648 maximum: 2147483647java.lang.StringgetNativeBatchId()The native identifier as specified by the system operating on the batch.java.lang.StringgetQuery()A query that identifies a batch of datainthashCode()BatchSpeclimit(java.lang.Integer limit)BatchSpecnativeBatchId(java.lang.String nativeBatchId)BatchSpecputCustomPropertiesItem(java.lang.String key, java.lang.String customPropertiesItem)BatchSpecquery(java.lang.String query)voidsetCustomProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)voidsetLimit(java.lang.Integer limit)voidsetNativeBatchId(java.lang.String nativeBatchId)voidsetQuery(java.lang.String query)java.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-