Class SampleSaveConfigurationWrapper.SampleSaveConfigurationWrapperBuilder<C extends SampleSaveConfigurationWrapper,B extends SampleSaveConfigurationWrapper.SampleSaveConfigurationWrapperBuilder<C,B>>
- java.lang.Object
-
- org.anasoid.jmc.core.wrapper.jmeter.samplers.SampleSaveConfigurationWrapper.SampleSaveConfigurationWrapperBuilder<C,B>
-
- Enclosing class:
- SampleSaveConfigurationWrapper
public abstract static class SampleSaveConfigurationWrapper.SampleSaveConfigurationWrapperBuilder<C extends SampleSaveConfigurationWrapper,B extends SampleSaveConfigurationWrapper.SampleSaveConfigurationWrapperBuilder<C,B>> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SampleSaveConfigurationWrapperBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected B$fillValuesFrom(C instance)abstract Cbuild()protected abstract Bself()java.lang.StringtoString()BwithAssertionResultsFailureMessage(boolean assertionResultsFailureMessage)BwithAssertions(boolean assertions)BwithBytes(boolean bytes)BwithCode(boolean code)BwithConnectTime(boolean connectTime)BwithDataType(boolean dataType)BwithEncoding(boolean encoding)BwithFieldNames(boolean fieldNames)BwithFileName(boolean fileName)BwithHostname(boolean hostname)BwithIdleTime(boolean idleTime)BwithLabel(boolean label)BwithLatency(boolean latency)BwithMessage(boolean message)BwithRequestHeaders(boolean requestHeaders)BwithResponseData(boolean responseData)BwithResponseHeaders(boolean responseHeaders)BwithSampleCount(boolean sampleCount)BwithSamplerData(boolean samplerData)BwithSentBytes(boolean sentBytes)BwithSubresults(boolean subresults)BwithSuccess(boolean success)BwithThreadCounts(boolean threadCounts)BwithThreadName(boolean threadName)BwithTime(boolean time)BwithTimestamp(boolean timestamp)BwithUrl(boolean url)BwithXml(boolean xml)
-
-
-
Method Detail
-
self
protected abstract B self()
-
build
public abstract C build()
-
withTime
public B withTime(boolean time)
- Returns:
this.
-
withLatency
public B withLatency(boolean latency)
- Returns:
this.
-
withTimestamp
public B withTimestamp(boolean timestamp)
- Returns:
this.
-
withSuccess
public B withSuccess(boolean success)
- Returns:
this.
-
withLabel
public B withLabel(boolean label)
- Returns:
this.
-
withCode
public B withCode(boolean code)
- Returns:
this.
-
withMessage
public B withMessage(boolean message)
- Returns:
this.
-
withThreadName
public B withThreadName(boolean threadName)
- Returns:
this.
-
withDataType
public B withDataType(boolean dataType)
- Returns:
this.
-
withEncoding
public B withEncoding(boolean encoding)
- Returns:
this.
-
withAssertions
public B withAssertions(boolean assertions)
- Returns:
this.
-
withSubresults
public B withSubresults(boolean subresults)
- Returns:
this.
-
withResponseData
public B withResponseData(boolean responseData)
- Returns:
this.
-
withSamplerData
public B withSamplerData(boolean samplerData)
- Returns:
this.
-
withXml
public B withXml(boolean xml)
- Returns:
this.
-
withFieldNames
public B withFieldNames(boolean fieldNames)
- Returns:
this.
-
withResponseHeaders
public B withResponseHeaders(boolean responseHeaders)
- Returns:
this.
-
withRequestHeaders
public B withRequestHeaders(boolean requestHeaders)
- Returns:
this.
-
withAssertionResultsFailureMessage
public B withAssertionResultsFailureMessage(boolean assertionResultsFailureMessage)
- Returns:
this.
-
withBytes
public B withBytes(boolean bytes)
- Returns:
this.
-
withSentBytes
public B withSentBytes(boolean sentBytes)
- Returns:
this.
-
withUrl
public B withUrl(boolean url)
- Returns:
this.
-
withThreadCounts
public B withThreadCounts(boolean threadCounts)
- Returns:
this.
-
withIdleTime
public B withIdleTime(boolean idleTime)
- Returns:
this.
-
withConnectTime
public B withConnectTime(boolean connectTime)
- Returns:
this.
-
withFileName
public B withFileName(boolean fileName)
- Returns:
this.
-
withHostname
public B withHostname(boolean hostname)
- Returns:
this.
-
withSampleCount
public B withSampleCount(boolean sampleCount)
- Returns:
this.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-