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

com.mps.deepviolet.api.JsonLdrMozillaCerts Maven / Gradle / Ivy

The newest version!
package com.mps.deepviolet.api;

import java.util.Map;

public class JsonLdrMozillaCerts {

	private String href;
	private Map configurations;
	private String version;

	public String getHref() {
		return href;
	}

	public void setHref(String href) {
		this.href = href;
	}

	public Map getConfigurations() {
		return configurations;
	}

	public void setConfigurations(Map configurations) {
		this.configurations = configurations;
	}

	public String getVersion() {
		return version;
	}

	public void setVersion(String version) {
		this.version = version;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy