public class MessageExportSettings extends Object
| Constructor and Description |
|---|
MessageExportSettings() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
getBatchSize() |
String |
getCustomerType() |
String |
getDailyRunTime() |
String |
getEmailAddress() |
int |
getExportFromTimestamp() |
String |
getFileLocation() |
int |
hashCode() |
boolean |
isEnableExport() |
void |
setBatchSize(int batchSize) |
void |
setCustomerType(String customerType) |
void |
setDailyRunTime(String dailyRunTime) |
void |
setEmailAddress(String emailAddress) |
void |
setEnableExport(boolean enableExport) |
void |
setExportFromTimestamp(int exportFromTimestamp) |
void |
setFileLocation(String fileLocation) |
String |
toString() |
public boolean isEnableExport()
public String getDailyRunTime()
public int getExportFromTimestamp()
public String getFileLocation()
public int getBatchSize()
public String getCustomerType()
public String getEmailAddress()
public void setEnableExport(boolean enableExport)
public void setDailyRunTime(String dailyRunTime)
public void setExportFromTimestamp(int exportFromTimestamp)
public void setFileLocation(String fileLocation)
public void setBatchSize(int batchSize)
public void setCustomerType(String customerType)
public void setEmailAddress(String emailAddress)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.