File tree Expand file tree Collapse file tree
src/main/java/com/wildbit/java/postmark/client/data/model/server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ public class Server {
2727 private String inboundDomain ;
2828 private String inboundHash ;
2929 private String inboundSpamThreshold ;
30- private String enableSmtpApiErrorHooks ;
30+ private Boolean enableSmtpApiErrorHooks ;
3131 private String deliveryType ;
3232
3333 // SETTERS AND GETTERS
3434
35- public String getEnableSmtpApiErrorHooks () { return enableSmtpApiErrorHooks ; }
35+ public Boolean getEnableSmtpApiErrorHooks () { return enableSmtpApiErrorHooks ; }
3636
37- public void setEnableSmtpApiErrorHooks (String enableSmtpApiErrorHooks ) { this .enableSmtpApiErrorHooks = enableSmtpApiErrorHooks ; }
37+ public void setEnableSmtpApiErrorHooks (Boolean enableSmtpApiErrorHooks ) { this .enableSmtpApiErrorHooks = enableSmtpApiErrorHooks ; }
3838
3939 public Integer getId () {
4040 return id ;
You can’t perform that action at this time.
0 commit comments