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

com.neotys.neoload.model.v3.project.userpath.Delay Maven / Gradle / Ivy

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

import org.immutables.value.Value;

@Value.Immutable
@Value.Style(validationMethod = Value.Style.ValidationMethod.NONE)
public interface Delay extends StepDuration {
	class Builder extends ImmutableDelay.Builder {}
	static Builder builder() {
		return new Builder();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy