Class NetworkInfo
- java.lang.Object
-
- odata.msgraph.client.beta.callRecords.complex.NetworkInfo
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class NetworkInfo extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNetworkInfo.Builder
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedNetworkInfo()
-
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
-
bandwidthLowEventRatio
protected Float bandwidthLowEventRatio
-
basicServiceSetIdentifier
protected String basicServiceSetIdentifier
-
connectionType
protected NetworkConnectionType connectionType
-
delayEventRatio
protected Float delayEventRatio
-
dnsSuffix
protected String dnsSuffix
-
ipAddress
protected String ipAddress
-
linkSpeed
protected Long linkSpeed
-
macAddress
protected String macAddress
-
port
protected Integer port
-
receivedQualityEventRatio
protected Float receivedQualityEventRatio
-
reflexiveIPAddress
protected String reflexiveIPAddress
-
relayIPAddress
protected String relayIPAddress
-
relayPort
protected Integer relayPort
-
sentQualityEventRatio
protected Float sentQualityEventRatio
-
subnet
protected String subnet
-
wifiBand
protected WifiBand wifiBand
-
wifiBatteryCharge
protected Integer wifiBatteryCharge
-
wifiChannel
protected Integer wifiChannel
-
wifiMicrosoftDriver
protected String wifiMicrosoftDriver
-
wifiMicrosoftDriverVersion
protected String wifiMicrosoftDriverVersion
-
wifiRadioType
protected WifiRadioType wifiRadioType
-
wifiSignalStrength
protected Integer wifiSignalStrength
-
wifiVendorDriver
protected String wifiVendorDriver
-
wifiVendorDriverVersion
protected String wifiVendorDriverVersion
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withBandwidthLowEventRatio
public NetworkInfo withBandwidthLowEventRatio(Float bandwidthLowEventRatio)
-
withBasicServiceSetIdentifier
public NetworkInfo withBasicServiceSetIdentifier(String basicServiceSetIdentifier)
-
getConnectionType
public Optional<NetworkConnectionType> getConnectionType()
-
withConnectionType
public NetworkInfo withConnectionType(NetworkConnectionType connectionType)
-
withDelayEventRatio
public NetworkInfo withDelayEventRatio(Float delayEventRatio)
-
withDnsSuffix
public NetworkInfo withDnsSuffix(String dnsSuffix)
-
withIpAddress
public NetworkInfo withIpAddress(String ipAddress)
-
withLinkSpeed
public NetworkInfo withLinkSpeed(Long linkSpeed)
-
withMacAddress
public NetworkInfo withMacAddress(String macAddress)
-
withPort
public NetworkInfo withPort(Integer port)
-
withReceivedQualityEventRatio
public NetworkInfo withReceivedQualityEventRatio(Float receivedQualityEventRatio)
-
withReflexiveIPAddress
public NetworkInfo withReflexiveIPAddress(String reflexiveIPAddress)
-
withRelayIPAddress
public NetworkInfo withRelayIPAddress(String relayIPAddress)
-
withRelayPort
public NetworkInfo withRelayPort(Integer relayPort)
-
withSentQualityEventRatio
public NetworkInfo withSentQualityEventRatio(Float sentQualityEventRatio)
-
withSubnet
public NetworkInfo withSubnet(String subnet)
-
withWifiBand
public NetworkInfo withWifiBand(WifiBand wifiBand)
-
withWifiBatteryCharge
public NetworkInfo withWifiBatteryCharge(Integer wifiBatteryCharge)
-
withWifiChannel
public NetworkInfo withWifiChannel(Integer wifiChannel)
-
withWifiMicrosoftDriver
public NetworkInfo withWifiMicrosoftDriver(String wifiMicrosoftDriver)
-
withWifiMicrosoftDriverVersion
public NetworkInfo withWifiMicrosoftDriverVersion(String wifiMicrosoftDriverVersion)
-
getWifiRadioType
public Optional<WifiRadioType> getWifiRadioType()
-
withWifiRadioType
public NetworkInfo withWifiRadioType(WifiRadioType wifiRadioType)
-
withWifiSignalStrength
public NetworkInfo withWifiSignalStrength(Integer wifiSignalStrength)
-
withWifiVendorDriver
public NetworkInfo withWifiVendorDriver(String wifiVendorDriver)
-
withWifiVendorDriverVersion
public NetworkInfo withWifiVendorDriverVersion(String wifiVendorDriverVersion)
-
withUnmappedField
public NetworkInfo 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 NetworkInfo.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
-
-