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() |
@Generated(value="lombok") public MessageExportSettings()
@Generated(value="lombok") public boolean isEnableExport()
@Generated(value="lombok") public String getDailyRunTime()
@Generated(value="lombok") public int getExportFromTimestamp()
@Generated(value="lombok") public String getFileLocation()
@Generated(value="lombok") public int getBatchSize()
@Generated(value="lombok") public String getCustomerType()
@Generated(value="lombok") public String getEmailAddress()
@Generated(value="lombok") public void setEnableExport(boolean enableExport)
@Generated(value="lombok") public void setDailyRunTime(String dailyRunTime)
@Generated(value="lombok") public void setExportFromTimestamp(int exportFromTimestamp)
@Generated(value="lombok") public void setFileLocation(String fileLocation)
@Generated(value="lombok") public void setBatchSize(int batchSize)
@Generated(value="lombok") public void setCustomerType(String customerType)
@Generated(value="lombok") public void setEmailAddress(String emailAddress)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2019. All rights reserved.