public class TeleconferenceDeviceMediaQuality extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier | Constructor and Description |
|---|---|
protected |
TeleconferenceDeviceMediaQuality() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Integer channelIndex
protected Duration mediaDuration
protected Long networkLinkSpeedInBytes
protected String localIPAddress
protected Integer localPort
protected String remoteIPAddress
protected Integer remotePort
protected Long inboundPackets
protected Long outboundPackets
protected Double averageInboundPacketLossRateInPercentage
protected Double averageOutboundPacketLossRateInPercentage
protected Double maximumInboundPacketLossRateInPercentage
protected Double maximumOutboundPacketLossRateInPercentage
protected Duration averageInboundRoundTripDelay
protected Duration averageOutboundRoundTripDelay
protected Duration maximumInboundRoundTripDelay
protected Duration maximumOutboundRoundTripDelay
protected Duration averageInboundJitter
protected Duration averageOutboundJitter
protected Duration maximumInboundJitter
protected Duration maximumOutboundJitter
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic TeleconferenceDeviceMediaQuality withChannelIndex(Integer channelIndex)
public TeleconferenceDeviceMediaQuality withMediaDuration(Duration mediaDuration)
public TeleconferenceDeviceMediaQuality withNetworkLinkSpeedInBytes(Long networkLinkSpeedInBytes)
public TeleconferenceDeviceMediaQuality withLocalIPAddress(String localIPAddress)
public TeleconferenceDeviceMediaQuality withLocalPort(Integer localPort)
public TeleconferenceDeviceMediaQuality withRemoteIPAddress(String remoteIPAddress)
public TeleconferenceDeviceMediaQuality withRemotePort(Integer remotePort)
public TeleconferenceDeviceMediaQuality withInboundPackets(Long inboundPackets)
public TeleconferenceDeviceMediaQuality withOutboundPackets(Long outboundPackets)
public Optional<Double> getAverageInboundPacketLossRateInPercentage()
public TeleconferenceDeviceMediaQuality withAverageInboundPacketLossRateInPercentage(Double averageInboundPacketLossRateInPercentage)
public Optional<Double> getAverageOutboundPacketLossRateInPercentage()
public TeleconferenceDeviceMediaQuality withAverageOutboundPacketLossRateInPercentage(Double averageOutboundPacketLossRateInPercentage)
public Optional<Double> getMaximumInboundPacketLossRateInPercentage()
public TeleconferenceDeviceMediaQuality withMaximumInboundPacketLossRateInPercentage(Double maximumInboundPacketLossRateInPercentage)
public Optional<Double> getMaximumOutboundPacketLossRateInPercentage()
public TeleconferenceDeviceMediaQuality withMaximumOutboundPacketLossRateInPercentage(Double maximumOutboundPacketLossRateInPercentage)
public TeleconferenceDeviceMediaQuality withAverageInboundRoundTripDelay(Duration averageInboundRoundTripDelay)
public TeleconferenceDeviceMediaQuality withAverageOutboundRoundTripDelay(Duration averageOutboundRoundTripDelay)
public TeleconferenceDeviceMediaQuality withMaximumInboundRoundTripDelay(Duration maximumInboundRoundTripDelay)
public TeleconferenceDeviceMediaQuality withMaximumOutboundRoundTripDelay(Duration maximumOutboundRoundTripDelay)
public TeleconferenceDeviceMediaQuality withAverageInboundJitter(Duration averageInboundJitter)
public TeleconferenceDeviceMediaQuality withAverageOutboundJitter(Duration averageOutboundJitter)
public TeleconferenceDeviceMediaQuality withMaximumInboundJitter(Duration maximumInboundJitter)
public TeleconferenceDeviceMediaQuality withMaximumOutboundJitter(Duration maximumOutboundJitter)
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.ODataTypeCopyright © 2018–2020. All rights reserved.