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

com.neotys.neoload.model.v3.project.SlaElement Maven / Gradle / Ivy

package com.neotys.neoload.model.v3.project;

import java.util.Optional;

import com.fasterxml.jackson.annotation.JsonProperty;

public interface SlaElement {
	String SLA_PROFILE = "sla_profile";
	
	@JsonProperty(SLA_PROFILE)
	Optional getSlaProfile();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy