com.automationrockstars.gunter.events.Sample Maven / Gradle / Ivy
package com.automationrockstars.gunter.events;
import java.util.Map;
public interface Sample extends Event{
String getHost();
void setHost(String host);
String getSampleType();
void setSampleType(String type);
void setSample(Map content);
Map getSample();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy