public class ICIrequiredFields
extends java.lang.Object
Constructor and Description |
---|
ICIrequiredFields() |
Modifier and Type | Method and Description |
---|---|
int |
getEventnameIndex() |
int |
getSamplingMethod() |
int |
getSamplingSize() |
int |
getTimestampIndex() |
boolean |
isFullLog() |
void |
setEventnameIndex(int eventnameIndex) |
void |
setFullLog(boolean fullLog) |
void |
setSamplingMethod(int samplingMethod) |
void |
setSamplingSize(int samplingSize) |
void |
setTimestampIndex(int timestampIndex) |
public int getTimestampIndex()
public void setTimestampIndex(int timestampIndex)
public int getEventnameIndex()
public void setEventnameIndex(int eventnameIndex)
public int getSamplingSize()
public void setSamplingSize(int samplingSize)
public int getSamplingMethod()
public void setSamplingMethod(int samplingMethod)
public boolean isFullLog()
public void setFullLog(boolean fullLog)