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() |
String |
getExportFormat() |
int |
getExportFromTimestamp() |
String |
getFileLocation() |
GlobalRelayMessageExportSettings |
getGlobalRelaySettings() |
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 |
setExportFormat(String exportFormat) |
void |
setExportFromTimestamp(int exportFromTimestamp) |
void |
setFileLocation(String fileLocation) |
void |
setGlobalRelaySettings(GlobalRelayMessageExportSettings globalRelaySettings) |
String |
toString() |
public boolean isEnableExport()
public String getDailyRunTime()
public int getExportFromTimestamp()
public String getFileLocation()
public int getBatchSize()
public String getCustomerType()
public String getEmailAddress()
public String getExportFormat()
public GlobalRelayMessageExportSettings getGlobalRelaySettings()
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)
public void setExportFormat(String exportFormat)
public void setGlobalRelaySettings(GlobalRelayMessageExportSettings globalRelaySettings)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.