com.emailage.javawrapper.model.response.EmailageSMLinks Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of classic-api-client Show documentation
Show all versions of classic-api-client Show documentation
Emailage Classic API Java Client
package com.emailage.javawrapper.model.response;
public class EmailageSMLinks {
private String source;
private String link;
public String getSource() {
return source;
}
public void setSource(String source) {
this.source = source;
}
public String getLink() {
return link;
}
public void setLink(String link) {
this.link = link;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy