public class DeviceInfo extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceInfo.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
DeviceInfo() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String captureDeviceName
protected String captureDeviceDriver
protected String renderDeviceName
protected String renderDeviceDriver
protected Integer sentSignalLevel
protected Integer receivedSignalLevel
protected Integer sentNoiseLevel
protected Integer receivedNoiseLevel
protected Float initialSignalLevelRootMeanSquare
protected Float cpuInsufficentEventRatio
protected Float renderNotFunctioningEventRatio
protected Float captureNotFunctioningEventRatio
protected Float deviceGlitchEventRatio
protected Float lowSpeechToNoiseEventRatio
protected Float lowSpeechLevelEventRatio
protected Float deviceClippingEventRatio
protected Integer howlingEventCount
protected Float renderZeroVolumeEventRatio
protected Float renderMuteEventRatio
protected Float micGlitchRate
protected Float speakerGlitchRate
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic DeviceInfo withCaptureDeviceName(String captureDeviceName)
public DeviceInfo withCaptureDeviceDriver(String captureDeviceDriver)
public DeviceInfo withRenderDeviceName(String renderDeviceName)
public DeviceInfo withRenderDeviceDriver(String renderDeviceDriver)
public DeviceInfo withSentSignalLevel(Integer sentSignalLevel)
public DeviceInfo withReceivedSignalLevel(Integer receivedSignalLevel)
public DeviceInfo withSentNoiseLevel(Integer sentNoiseLevel)
public DeviceInfo withReceivedNoiseLevel(Integer receivedNoiseLevel)
public DeviceInfo withInitialSignalLevelRootMeanSquare(Float initialSignalLevelRootMeanSquare)
public DeviceInfo withCpuInsufficentEventRatio(Float cpuInsufficentEventRatio)
public DeviceInfo withRenderNotFunctioningEventRatio(Float renderNotFunctioningEventRatio)
public DeviceInfo withCaptureNotFunctioningEventRatio(Float captureNotFunctioningEventRatio)
public DeviceInfo withDeviceGlitchEventRatio(Float deviceGlitchEventRatio)
public DeviceInfo withLowSpeechToNoiseEventRatio(Float lowSpeechToNoiseEventRatio)
public DeviceInfo withLowSpeechLevelEventRatio(Float lowSpeechLevelEventRatio)
public DeviceInfo withDeviceClippingEventRatio(Float deviceClippingEventRatio)
public DeviceInfo withHowlingEventCount(Integer howlingEventCount)
public DeviceInfo withRenderZeroVolumeEventRatio(Float renderZeroVolumeEventRatio)
public DeviceInfo withRenderMuteEventRatio(Float renderMuteEventRatio)
public DeviceInfo withMicGlitchRate(Float micGlitchRate)
public DeviceInfo withSpeakerGlitchRate(Float speakerGlitchRate)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static DeviceInfo.Builder builder()
Copyright © 2018–2020. All rights reserved.