Class SampleSaveConfigurationWrapper.SampleSaveConfigurationWrapperBuilder<C extends SampleSaveConfigurationWrapper,​B extends 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 Detail

      • SampleSaveConfigurationWrapperBuilder

        public SampleSaveConfigurationWrapperBuilder()
    • Method Detail

      • $fillValuesFrom

        protected B $fillValuesFrom​(C instance)
      • 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:
        toString in class java.lang.Object