public class BatchAttributes
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
BatchAttributes(java.lang.String profileName,
java.lang.String dateFormat) |
BatchAttributes(java.lang.String profileName,
java.lang.String dateFormat,
boolean ignoreDuplicate) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDateFormat() |
java.lang.String |
getProfileName() |
boolean |
isIgnoreDuplicate() |
java.lang.Boolean |
isProcessInSync()
How is current batch needs to be processed, Synchronously or Asynchronously together with event and batch creation.
|
void |
setProcessInSync(boolean processInSync)
Sets, how the current batch needs to be processed, Synchronously or Asynchronously together with event and batch creation.
|
java.lang.String |
toString() |
public BatchAttributes(java.lang.String profileName, java.lang.String dateFormat)
public BatchAttributes(java.lang.String profileName, java.lang.String dateFormat, boolean ignoreDuplicate)
public boolean isIgnoreDuplicate()
public java.lang.String getProfileName()
public java.lang.String getDateFormat()
public java.lang.Boolean isProcessInSync()
public void setProcessInSync(boolean processInSync)
processInSync
- public java.lang.String toString()
toString
in class java.lang.Object