Class DeviceInfo
- java.lang.Object
-
- odata.msgraph.client.beta.callRecords.complex.DeviceInfo
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DeviceInfo extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeviceInfo.Builder
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeviceInfo()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
captureDeviceDriver
protected String captureDeviceDriver
-
captureDeviceName
protected String captureDeviceName
-
captureNotFunctioningEventRatio
protected Float captureNotFunctioningEventRatio
-
cpuInsufficentEventRatio
protected Float cpuInsufficentEventRatio
-
deviceClippingEventRatio
protected Float deviceClippingEventRatio
-
deviceGlitchEventRatio
protected Float deviceGlitchEventRatio
-
howlingEventCount
protected Integer howlingEventCount
-
initialSignalLevelRootMeanSquare
protected Float initialSignalLevelRootMeanSquare
-
lowSpeechLevelEventRatio
protected Float lowSpeechLevelEventRatio
-
lowSpeechToNoiseEventRatio
protected Float lowSpeechToNoiseEventRatio
-
micGlitchRate
protected Float micGlitchRate
-
receivedNoiseLevel
protected Integer receivedNoiseLevel
-
receivedSignalLevel
protected Integer receivedSignalLevel
-
renderDeviceDriver
protected String renderDeviceDriver
-
renderDeviceName
protected String renderDeviceName
-
renderMuteEventRatio
protected Float renderMuteEventRatio
-
renderNotFunctioningEventRatio
protected Float renderNotFunctioningEventRatio
-
renderZeroVolumeEventRatio
protected Float renderZeroVolumeEventRatio
-
sentNoiseLevel
protected Integer sentNoiseLevel
-
sentSignalLevel
protected Integer sentSignalLevel
-
speakerGlitchRate
protected Float speakerGlitchRate
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withCaptureDeviceDriver
public DeviceInfo withCaptureDeviceDriver(String captureDeviceDriver)
-
withCaptureDeviceName
public DeviceInfo withCaptureDeviceName(String captureDeviceName)
-
withCaptureNotFunctioningEventRatio
public DeviceInfo withCaptureNotFunctioningEventRatio(Float captureNotFunctioningEventRatio)
-
withCpuInsufficentEventRatio
public DeviceInfo withCpuInsufficentEventRatio(Float cpuInsufficentEventRatio)
-
withDeviceClippingEventRatio
public DeviceInfo withDeviceClippingEventRatio(Float deviceClippingEventRatio)
-
withDeviceGlitchEventRatio
public DeviceInfo withDeviceGlitchEventRatio(Float deviceGlitchEventRatio)
-
withHowlingEventCount
public DeviceInfo withHowlingEventCount(Integer howlingEventCount)
-
withInitialSignalLevelRootMeanSquare
public DeviceInfo withInitialSignalLevelRootMeanSquare(Float initialSignalLevelRootMeanSquare)
-
withLowSpeechLevelEventRatio
public DeviceInfo withLowSpeechLevelEventRatio(Float lowSpeechLevelEventRatio)
-
withLowSpeechToNoiseEventRatio
public DeviceInfo withLowSpeechToNoiseEventRatio(Float lowSpeechToNoiseEventRatio)
-
withMicGlitchRate
public DeviceInfo withMicGlitchRate(Float micGlitchRate)
-
withReceivedNoiseLevel
public DeviceInfo withReceivedNoiseLevel(Integer receivedNoiseLevel)
-
withReceivedSignalLevel
public DeviceInfo withReceivedSignalLevel(Integer receivedSignalLevel)
-
withRenderDeviceDriver
public DeviceInfo withRenderDeviceDriver(String renderDeviceDriver)
-
withRenderDeviceName
public DeviceInfo withRenderDeviceName(String renderDeviceName)
-
withRenderMuteEventRatio
public DeviceInfo withRenderMuteEventRatio(Float renderMuteEventRatio)
-
withRenderNotFunctioningEventRatio
public DeviceInfo withRenderNotFunctioningEventRatio(Float renderNotFunctioningEventRatio)
-
withRenderZeroVolumeEventRatio
public DeviceInfo withRenderZeroVolumeEventRatio(Float renderZeroVolumeEventRatio)
-
withSentNoiseLevel
public DeviceInfo withSentNoiseLevel(Integer sentNoiseLevel)
-
withSentSignalLevel
public DeviceInfo withSentSignalLevel(Integer sentSignalLevel)
-
withSpeakerGlitchRate
public DeviceInfo withSpeakerGlitchRate(Float speakerGlitchRate)
-
withUnmappedField
public DeviceInfo withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static DeviceInfo.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-