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

com.daon.identityx.rest.model.support.AuditedError Maven / Gradle / Ivy

package com.daon.identityx.rest.model.support;

public class AuditedError {

	private int code;
	private int restErrorCode;
	private String message;
	
	public int getCode() {
		return code;
	}
	public void setCode(int code) {
		this.code = code;
	}
	public int getRestErrorCode() {
		return restErrorCode;
	}
	public void setRestErrorCode(int restErrorCode) {
		this.restErrorCode = restErrorCode;
	}
	public String getMessage() {
		return message;
	}
	public void setMessage(String message) {
		this.message = message;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy