Package com.mypurecloud.sdk.v2.model
Class NetworkConnectivity
java.lang.Object
com.mypurecloud.sdk.v2.model.NetworkConnectivity
- All Implemented Interfaces:
Serializable
NetworkConnectivity
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbluetoothEnabled(Boolean bluetoothEnabled) Whether Bluetooth is enabled.The name of the network carrier.cellularEnabled(Boolean cellularEnabled) Whether Cellular is enabled.booleaninthashCode()voidsetBluetoothEnabled(Boolean bluetoothEnabled) voidsetCarrier(String carrier) voidsetCellularEnabled(Boolean cellularEnabled) voidsetWifiEnabled(Boolean wifiEnabled) toString()wifiEnabled(Boolean wifiEnabled) Whether Wi-Fi is enabled.
-
Constructor Details
-
NetworkConnectivity
public NetworkConnectivity() -
NetworkConnectivity
-
-
Method Details
-
carrier
The name of the network carrier. -
getCarrier
-
setCarrier
-
bluetoothEnabled
Whether Bluetooth is enabled. -
getBluetoothEnabled
-
setBluetoothEnabled
-
cellularEnabled
Whether Cellular is enabled. -
getCellularEnabled
-
setCellularEnabled
-
wifiEnabled
Whether Wi-Fi is enabled. -
getWifiEnabled
-
setWifiEnabled
-
equals
-
hashCode
public int hashCode() -
toString
-