All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.att.ajsc.common.InterceptorError Maven / Gradle / Ivy

There is a newer version: 6.2.0.4-oss
Show newest version
package com.att.ajsc.common;

public class InterceptorError {

	private int responseCode;

	private String responseMessage;

	public int getResponseCode() {
		return responseCode;
	}

	public void setResponseCode(int responseCode) {
		this.responseCode = responseCode;
	}

	public String getResponseMessage() {
		return responseMessage;
	}

	public void setResponseMessage(String responseMessage) {
		this.responseMessage = responseMessage;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy