| | |
| | | private boolean sendNotifyMsg; |
| | | private SMS sms; |
| | | private Email email; |
| | | private String fileFolderPath; |
| | | |
| | | public boolean isMockLogin() { |
| | | return mockLogin; |
| | |
| | | private String sourceCode; |
| | | private String sender; |
| | | private String smsType; |
| | | private String subject; |
| | | |
| | | public String getUrl() { |
| | | return url; |
| | |
| | | public void setSmsType(String smsType) { |
| | | this.smsType = smsType; |
| | | } |
| | | |
| | | public String getSubject() { |
| | | return subject; |
| | | } |
| | | |
| | | public void setSubject(String subject) { |
| | | this.subject = subject; |
| | | } |
| | | } |
| | | |
| | | public static class Email { |
| | |
| | | this.senderEmail = senderEmail; |
| | | } |
| | | } |
| | | public String getFileFolderPath() { |
| | | return fileFolderPath; |
| | | } |
| | | |
| | | public void setFileFolderPath(String fileFolderPath) { |
| | | this.fileFolderPath = fileFolderPath; |
| | | } |
| | | |
| | | } |