package com.bizofficer.apiweb.testsubmit;

public class TestSubmitResponseBean {

	private String testSession, responseTxt;
	private Integer testType;

	public String getTestSession() {
		return testSession;
	}

	public void setTestSession(String testSession) {
		this.testSession = testSession;
	}

	public String getResponseTxt() {
		return responseTxt;
	}

	public void setResponseTxt(String responseTxt) {
		this.responseTxt = responseTxt;
	}

	public Integer getTestType() {
		return testType;
	}

	public void setTestType(Integer testType) {
		this.testType = testType;
	}
	

	

	
	
	
}
