public class NetworkInfo
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Float |
bandwidthLowEventRatio
The Bandwidth Low Event Ratio.
|
java.lang.String |
basicServiceSetIdentifier
The Basic Service Set Identifier.
|
NetworkConnectionType |
connectionType
The Connection Type.
|
java.lang.Float |
delayEventRatio
The Delay Event Ratio.
|
java.lang.String |
dnsSuffix
The Dns Suffix.
|
java.lang.String |
ipAddress
The Ip Address.
|
java.lang.Long |
linkSpeed
The Link Speed.
|
java.lang.String |
macAddress
The Mac Address.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.Integer |
port
The Port.
|
java.lang.Float |
receivedQualityEventRatio
The Received Quality Event Ratio.
|
java.lang.String |
reflexiveIPAddress
The Reflexive IPAddress.
|
java.lang.String |
relayIPAddress
The Relay IPAddress.
|
java.lang.Integer |
relayPort
The Relay Port.
|
java.lang.Float |
sentQualityEventRatio
The Sent Quality Event Ratio.
|
java.lang.String |
subnet
The Subnet.
|
WifiBand |
wifiBand
The Wifi Band.
|
java.lang.Integer |
wifiBatteryCharge
The Wifi Battery Charge.
|
java.lang.Integer |
wifiChannel
The Wifi Channel.
|
java.lang.String |
wifiMicrosoftDriver
The Wifi Microsoft Driver.
|
java.lang.String |
wifiMicrosoftDriverVersion
The Wifi Microsoft Driver Version.
|
WifiRadioType |
wifiRadioType
The Wifi Radio Type.
|
java.lang.Integer |
wifiSignalStrength
The Wifi Signal Strength.
|
java.lang.String |
wifiVendorDriver
The Wifi Vendor Driver.
|
java.lang.String |
wifiVendorDriverVersion
The Wifi Vendor Driver Version.
|
| Constructor and Description |
|---|
NetworkInfo() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="bandwidthLowEventRatio",
alternate="BandwidthLowEventRatio")
@Expose
@Nullable
public java.lang.Float bandwidthLowEventRatio
@SerializedName(value="basicServiceSetIdentifier",
alternate="BasicServiceSetIdentifier")
@Expose
@Nullable
public java.lang.String basicServiceSetIdentifier
@SerializedName(value="connectionType",
alternate="ConnectionType")
@Expose
@Nullable
public NetworkConnectionType connectionType
@SerializedName(value="delayEventRatio",
alternate="DelayEventRatio")
@Expose
@Nullable
public java.lang.Float delayEventRatio
@SerializedName(value="dnsSuffix",
alternate="DnsSuffix")
@Expose
@Nullable
public java.lang.String dnsSuffix
@SerializedName(value="ipAddress",
alternate="IpAddress")
@Expose
@Nullable
public java.lang.String ipAddress
@SerializedName(value="linkSpeed",
alternate="LinkSpeed")
@Expose
@Nullable
public java.lang.Long linkSpeed
@SerializedName(value="macAddress",
alternate="MacAddress")
@Expose
@Nullable
public java.lang.String macAddress
@SerializedName(value="port",
alternate="Port")
@Expose
@Nullable
public java.lang.Integer port
@SerializedName(value="receivedQualityEventRatio",
alternate="ReceivedQualityEventRatio")
@Expose
@Nullable
public java.lang.Float receivedQualityEventRatio
@SerializedName(value="reflexiveIPAddress",
alternate="ReflexiveIPAddress")
@Expose
@Nullable
public java.lang.String reflexiveIPAddress
@SerializedName(value="relayIPAddress",
alternate="RelayIPAddress")
@Expose
@Nullable
public java.lang.String relayIPAddress
@SerializedName(value="relayPort",
alternate="RelayPort")
@Expose
@Nullable
public java.lang.Integer relayPort
@SerializedName(value="sentQualityEventRatio",
alternate="SentQualityEventRatio")
@Expose
@Nullable
public java.lang.Float sentQualityEventRatio
@SerializedName(value="subnet",
alternate="Subnet")
@Expose
@Nullable
public java.lang.String subnet
@SerializedName(value="wifiBand",
alternate="WifiBand")
@Expose
@Nullable
public WifiBand wifiBand
@SerializedName(value="wifiBatteryCharge",
alternate="WifiBatteryCharge")
@Expose
@Nullable
public java.lang.Integer wifiBatteryCharge
@SerializedName(value="wifiChannel",
alternate="WifiChannel")
@Expose
@Nullable
public java.lang.Integer wifiChannel
@SerializedName(value="wifiMicrosoftDriver",
alternate="WifiMicrosoftDriver")
@Expose
@Nullable
public java.lang.String wifiMicrosoftDriver
@SerializedName(value="wifiMicrosoftDriverVersion",
alternate="WifiMicrosoftDriverVersion")
@Expose
@Nullable
public java.lang.String wifiMicrosoftDriverVersion
@SerializedName(value="wifiRadioType",
alternate="WifiRadioType")
@Expose
@Nullable
public WifiRadioType wifiRadioType
@SerializedName(value="wifiSignalStrength",
alternate="WifiSignalStrength")
@Expose
@Nullable
public java.lang.Integer wifiSignalStrength
@SerializedName(value="wifiVendorDriver",
alternate="WifiVendorDriver")
@Expose
@Nullable
public java.lang.String wifiVendorDriver
@SerializedName(value="wifiVendorDriverVersion",
alternate="WifiVendorDriverVersion")
@Expose
@Nullable
public java.lang.String wifiVendorDriverVersion
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to