Class DeviceInfo.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.callRecords.complex.DeviceInfo.Builder
-
- Enclosing class:
- DeviceInfo
public static final class DeviceInfo.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
captureDeviceDriver
public DeviceInfo.Builder captureDeviceDriver(String captureDeviceDriver)
-
captureDeviceName
public DeviceInfo.Builder captureDeviceName(String captureDeviceName)
-
captureNotFunctioningEventRatio
public DeviceInfo.Builder captureNotFunctioningEventRatio(Float captureNotFunctioningEventRatio)
-
cpuInsufficentEventRatio
public DeviceInfo.Builder cpuInsufficentEventRatio(Float cpuInsufficentEventRatio)
-
deviceClippingEventRatio
public DeviceInfo.Builder deviceClippingEventRatio(Float deviceClippingEventRatio)
-
deviceGlitchEventRatio
public DeviceInfo.Builder deviceGlitchEventRatio(Float deviceGlitchEventRatio)
-
howlingEventCount
public DeviceInfo.Builder howlingEventCount(Integer howlingEventCount)
-
initialSignalLevelRootMeanSquare
public DeviceInfo.Builder initialSignalLevelRootMeanSquare(Float initialSignalLevelRootMeanSquare)
-
lowSpeechLevelEventRatio
public DeviceInfo.Builder lowSpeechLevelEventRatio(Float lowSpeechLevelEventRatio)
-
lowSpeechToNoiseEventRatio
public DeviceInfo.Builder lowSpeechToNoiseEventRatio(Float lowSpeechToNoiseEventRatio)
-
micGlitchRate
public DeviceInfo.Builder micGlitchRate(Float micGlitchRate)
-
receivedNoiseLevel
public DeviceInfo.Builder receivedNoiseLevel(Integer receivedNoiseLevel)
-
receivedSignalLevel
public DeviceInfo.Builder receivedSignalLevel(Integer receivedSignalLevel)
-
renderDeviceDriver
public DeviceInfo.Builder renderDeviceDriver(String renderDeviceDriver)
-
renderDeviceName
public DeviceInfo.Builder renderDeviceName(String renderDeviceName)
-
renderMuteEventRatio
public DeviceInfo.Builder renderMuteEventRatio(Float renderMuteEventRatio)
-
renderNotFunctioningEventRatio
public DeviceInfo.Builder renderNotFunctioningEventRatio(Float renderNotFunctioningEventRatio)
-
renderZeroVolumeEventRatio
public DeviceInfo.Builder renderZeroVolumeEventRatio(Float renderZeroVolumeEventRatio)
-
sentNoiseLevel
public DeviceInfo.Builder sentNoiseLevel(Integer sentNoiseLevel)
-
sentSignalLevel
public DeviceInfo.Builder sentSignalLevel(Integer sentSignalLevel)
-
speakerGlitchRate
public DeviceInfo.Builder speakerGlitchRate(Float speakerGlitchRate)
-
build
public DeviceInfo build()
-
-