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

com.neotys.neoload.model.v3.util.LoadSummary Maven / Gradle / Ivy

There is a newer version: 3.3.3
Show newest version
package com.neotys.neoload.model.v3.util;

import java.util.Optional;

import org.immutables.value.Value;

import com.neotys.neoload.model.v3.project.scenario.LoadDuration;

@Value.Immutable
public interface LoadSummary {
	Optional getMaxUsers();	
	Optional getDuration();
	
	class Builder extends ImmutableLoadSummary.Builder {}
	static Builder builder() {
		return new Builder();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy