public class TeleconferenceDeviceVideoQuality extends TeleconferenceDeviceMediaQuality implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
TeleconferenceDeviceVideoQuality.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Double |
averageInboundBitRate |
protected Double |
averageInboundFrameRate |
protected Double |
averageOutboundBitRate |
protected Double |
averageOutboundFrameRate |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
averageInboundJitter, averageInboundPacketLossRateInPercentage, averageInboundRoundTripDelay, averageOutboundJitter, averageOutboundPacketLossRateInPercentage, averageOutboundRoundTripDelay, channelIndex, contextPath, inboundPackets, localIPAddress, localPort, maximumInboundJitter, maximumInboundPacketLossRateInPercentage, maximumInboundRoundTripDelay, maximumOutboundJitter, maximumOutboundPacketLossRateInPercentage, maximumOutboundRoundTripDelay, mediaDuration, networkLinkSpeedInBytes, odataType, outboundPackets, remoteIPAddress, remotePort| Modifier | Constructor and Description |
|---|---|
protected |
TeleconferenceDeviceVideoQuality() |
getAverageInboundJitter, getAverageInboundPacketLossRateInPercentage, getAverageInboundRoundTripDelay, getAverageOutboundJitter, getAverageOutboundPacketLossRateInPercentage, getAverageOutboundRoundTripDelay, getChannelIndex, getInboundPackets, getLocalIPAddress, getLocalPort, getMaximumInboundJitter, getMaximumInboundPacketLossRateInPercentage, getMaximumInboundRoundTripDelay, getMaximumOutboundJitter, getMaximumOutboundPacketLossRateInPercentage, getMaximumOutboundRoundTripDelay, getMediaDuration, getNetworkLinkSpeedInBytes, getOutboundPackets, getRemoteIPAddress, getRemotePort, withAverageInboundJitter, withAverageInboundPacketLossRateInPercentage, withAverageInboundRoundTripDelay, withAverageOutboundJitter, withAverageOutboundPacketLossRateInPercentage, withAverageOutboundRoundTripDelay, withChannelIndex, withInboundPackets, withLocalIPAddress, withLocalPort, withMaximumInboundJitter, withMaximumInboundPacketLossRateInPercentage, withMaximumInboundRoundTripDelay, withMaximumOutboundJitter, withMaximumOutboundPacketLossRateInPercentage, withMaximumOutboundRoundTripDelay, withMediaDuration, withNetworkLinkSpeedInBytes, withOutboundPackets, withRemoteIPAddress, withRemotePortprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected Double averageInboundFrameRate
protected Double averageOutboundFrameRate
protected Double averageInboundBitRate
protected Double averageOutboundBitRate
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class TeleconferenceDeviceMediaQualitypublic TeleconferenceDeviceVideoQuality withAverageInboundFrameRate(Double averageInboundFrameRate)
public TeleconferenceDeviceVideoQuality withAverageOutboundFrameRate(Double averageOutboundFrameRate)
public TeleconferenceDeviceVideoQuality withAverageInboundBitRate(Double averageInboundBitRate)
public TeleconferenceDeviceVideoQuality withAverageOutboundBitRate(Double averageOutboundBitRate)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class TeleconferenceDeviceMediaQualitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class TeleconferenceDeviceMediaQualitypublic static TeleconferenceDeviceVideoQuality.Builder builderTeleconferenceDeviceVideoQuality()
public String toString()
toString in class TeleconferenceDeviceMediaQualityCopyright © 2018–2020. All rights reserved.