
com.automationrockstars.gunter.events.Sample Maven / Gradle / Ivy
The newest version!
/*
*
*/
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);
Map getSample();
void setSample(Map content);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy