public static interface SignalInformation.Builder extends SdkPojo, CopyableBuilder<SignalInformation.Builder,SignalInformation>
| Modifier and Type | Method and Description |
|---|---|
SignalInformation.Builder |
maxSampleCount(Long maxSampleCount)
The maximum number of samples to collect.
|
SignalInformation.Builder |
minimumSamplingIntervalMs(Long minimumSamplingIntervalMs)
The minimum duration of time (in milliseconds) between two triggering events to collect data.
|
SignalInformation.Builder |
name(String name)
The name of the signal.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSignalInformation.Builder name(String name)
The name of the signal.
name - The name of the signal.SignalInformation.Builder maxSampleCount(Long maxSampleCount)
The maximum number of samples to collect.
maxSampleCount - The maximum number of samples to collect.SignalInformation.Builder minimumSamplingIntervalMs(Long minimumSamplingIntervalMs)
The minimum duration of time (in milliseconds) between two triggering events to collect data.
If a signal changes often, you might want to collect data at a slower rate.
minimumSamplingIntervalMs - The minimum duration of time (in milliseconds) between two triggering events to collect data.
If a signal changes often, you might want to collect data at a slower rate.
Copyright © 2022. All rights reserved.