Package odata.msgraph.client.complex
Class TeleconferenceDeviceMediaQuality
- java.lang.Object
-
- odata.msgraph.client.complex.TeleconferenceDeviceMediaQuality
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
TeleconferenceDeviceAudioQuality,TeleconferenceDeviceVideoQuality
public class TeleconferenceDeviceMediaQuality extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedTeleconferenceDeviceMediaQuality()
-
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
-
averageInboundJitter
protected Duration averageInboundJitter
-
averageInboundPacketLossRateInPercentage
protected Double averageInboundPacketLossRateInPercentage
-
averageInboundRoundTripDelay
protected Duration averageInboundRoundTripDelay
-
averageOutboundJitter
protected Duration averageOutboundJitter
-
averageOutboundPacketLossRateInPercentage
protected Double averageOutboundPacketLossRateInPercentage
-
averageOutboundRoundTripDelay
protected Duration averageOutboundRoundTripDelay
-
channelIndex
protected Integer channelIndex
-
inboundPackets
protected Long inboundPackets
-
localIPAddress
protected String localIPAddress
-
localPort
protected Integer localPort
-
maximumInboundJitter
protected Duration maximumInboundJitter
-
maximumInboundPacketLossRateInPercentage
protected Double maximumInboundPacketLossRateInPercentage
-
maximumInboundRoundTripDelay
protected Duration maximumInboundRoundTripDelay
-
maximumOutboundJitter
protected Duration maximumOutboundJitter
-
maximumOutboundPacketLossRateInPercentage
protected Double maximumOutboundPacketLossRateInPercentage
-
maximumOutboundRoundTripDelay
protected Duration maximumOutboundRoundTripDelay
-
mediaDuration
protected Duration mediaDuration
-
networkLinkSpeedInBytes
protected Long networkLinkSpeedInBytes
-
outboundPackets
protected Long outboundPackets
-
remoteIPAddress
protected String remoteIPAddress
-
remotePort
protected Integer remotePort
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAverageInboundJitter
public TeleconferenceDeviceMediaQuality withAverageInboundJitter(Duration averageInboundJitter)
-
getAverageInboundPacketLossRateInPercentage
public Optional<Double> getAverageInboundPacketLossRateInPercentage()
-
withAverageInboundPacketLossRateInPercentage
public TeleconferenceDeviceMediaQuality withAverageInboundPacketLossRateInPercentage(Double averageInboundPacketLossRateInPercentage)
-
withAverageInboundRoundTripDelay
public TeleconferenceDeviceMediaQuality withAverageInboundRoundTripDelay(Duration averageInboundRoundTripDelay)
-
withAverageOutboundJitter
public TeleconferenceDeviceMediaQuality withAverageOutboundJitter(Duration averageOutboundJitter)
-
getAverageOutboundPacketLossRateInPercentage
public Optional<Double> getAverageOutboundPacketLossRateInPercentage()
-
withAverageOutboundPacketLossRateInPercentage
public TeleconferenceDeviceMediaQuality withAverageOutboundPacketLossRateInPercentage(Double averageOutboundPacketLossRateInPercentage)
-
withAverageOutboundRoundTripDelay
public TeleconferenceDeviceMediaQuality withAverageOutboundRoundTripDelay(Duration averageOutboundRoundTripDelay)
-
withChannelIndex
public TeleconferenceDeviceMediaQuality withChannelIndex(Integer channelIndex)
-
withInboundPackets
public TeleconferenceDeviceMediaQuality withInboundPackets(Long inboundPackets)
-
withLocalIPAddress
public TeleconferenceDeviceMediaQuality withLocalIPAddress(String localIPAddress)
-
withLocalPort
public TeleconferenceDeviceMediaQuality withLocalPort(Integer localPort)
-
withMaximumInboundJitter
public TeleconferenceDeviceMediaQuality withMaximumInboundJitter(Duration maximumInboundJitter)
-
getMaximumInboundPacketLossRateInPercentage
public Optional<Double> getMaximumInboundPacketLossRateInPercentage()
-
withMaximumInboundPacketLossRateInPercentage
public TeleconferenceDeviceMediaQuality withMaximumInboundPacketLossRateInPercentage(Double maximumInboundPacketLossRateInPercentage)
-
withMaximumInboundRoundTripDelay
public TeleconferenceDeviceMediaQuality withMaximumInboundRoundTripDelay(Duration maximumInboundRoundTripDelay)
-
withMaximumOutboundJitter
public TeleconferenceDeviceMediaQuality withMaximumOutboundJitter(Duration maximumOutboundJitter)
-
getMaximumOutboundPacketLossRateInPercentage
public Optional<Double> getMaximumOutboundPacketLossRateInPercentage()
-
withMaximumOutboundPacketLossRateInPercentage
public TeleconferenceDeviceMediaQuality withMaximumOutboundPacketLossRateInPercentage(Double maximumOutboundPacketLossRateInPercentage)
-
withMaximumOutboundRoundTripDelay
public TeleconferenceDeviceMediaQuality withMaximumOutboundRoundTripDelay(Duration maximumOutboundRoundTripDelay)
-
withMediaDuration
public TeleconferenceDeviceMediaQuality withMediaDuration(Duration mediaDuration)
-
withNetworkLinkSpeedInBytes
public TeleconferenceDeviceMediaQuality withNetworkLinkSpeedInBytes(Long networkLinkSpeedInBytes)
-
withOutboundPackets
public TeleconferenceDeviceMediaQuality withOutboundPackets(Long outboundPackets)
-
withRemoteIPAddress
public TeleconferenceDeviceMediaQuality withRemoteIPAddress(String remoteIPAddress)
-
withRemotePort
public TeleconferenceDeviceMediaQuality withRemotePort(Integer remotePort)
-
withUnmappedField
public TeleconferenceDeviceMediaQuality withUnmappedField(String name, Object 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
-
-