public class NetworkInfo extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkInfo.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
NetworkInfo() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String ipAddress
protected String subnet
protected Long linkSpeed
protected NetworkConnectionType connectionType
protected Integer port
protected String reflexiveIPAddress
protected String relayIPAddress
protected Integer relayPort
protected String macAddress
protected String wifiMicrosoftDriver
protected String wifiMicrosoftDriverVersion
protected String wifiVendorDriver
protected String wifiVendorDriverVersion
protected Integer wifiChannel
protected WifiBand wifiBand
protected String basicServiceSetIdentifier
protected WifiRadioType wifiRadioType
protected Integer wifiSignalStrength
protected Integer wifiBatteryCharge
protected String dnsSuffix
protected Float sentQualityEventRatio
protected Float receivedQualityEventRatio
protected Float delayEventRatio
protected Float bandwidthLowEventRatio
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic NetworkInfo withIpAddress(String ipAddress)
public NetworkInfo withSubnet(String subnet)
public NetworkInfo withLinkSpeed(Long linkSpeed)
public Optional<NetworkConnectionType> getConnectionType()
public NetworkInfo withConnectionType(NetworkConnectionType connectionType)
public NetworkInfo withPort(Integer port)
public NetworkInfo withReflexiveIPAddress(String reflexiveIPAddress)
public NetworkInfo withRelayIPAddress(String relayIPAddress)
public NetworkInfo withRelayPort(Integer relayPort)
public NetworkInfo withMacAddress(String macAddress)
public NetworkInfo withWifiMicrosoftDriver(String wifiMicrosoftDriver)
public NetworkInfo withWifiMicrosoftDriverVersion(String wifiMicrosoftDriverVersion)
public NetworkInfo withWifiVendorDriver(String wifiVendorDriver)
public NetworkInfo withWifiVendorDriverVersion(String wifiVendorDriverVersion)
public NetworkInfo withWifiChannel(Integer wifiChannel)
public NetworkInfo withWifiBand(WifiBand wifiBand)
public NetworkInfo withBasicServiceSetIdentifier(String basicServiceSetIdentifier)
public Optional<WifiRadioType> getWifiRadioType()
public NetworkInfo withWifiRadioType(WifiRadioType wifiRadioType)
public NetworkInfo withWifiSignalStrength(Integer wifiSignalStrength)
public NetworkInfo withWifiBatteryCharge(Integer wifiBatteryCharge)
public NetworkInfo withDnsSuffix(String dnsSuffix)
public NetworkInfo withSentQualityEventRatio(Float sentQualityEventRatio)
public NetworkInfo withReceivedQualityEventRatio(Float receivedQualityEventRatio)
public NetworkInfo withDelayEventRatio(Float delayEventRatio)
public NetworkInfo withBandwidthLowEventRatio(Float bandwidthLowEventRatio)
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.ODataTypepublic static NetworkInfo.Builder builder()
Copyright © 2018–2020. All rights reserved.