Blame | Last modification | View Log | RSS feed
package in.shop2020.mobileapi.serving.pojos;public class CaptchaPojo {private String captchaImagePath;private String captchaText;public String getCaptchaImagePath() {return captchaImagePath;}public void setCaptchaImagePath(String captchaImagePath) {this.captchaImagePath = captchaImagePath;}public String getCaptchaText() {return captchaText;}public void setCaptchaText(String captchaText) {this.captchaText = captchaText;}}