Class NetworkConnectivity

java.lang.Object
com.mypurecloud.sdk.v2.model.NetworkConnectivity
All Implemented Interfaces:
Serializable

public class NetworkConnectivity extends Object implements Serializable
NetworkConnectivity
See Also:
  • Constructor Details

    • NetworkConnectivity

      public NetworkConnectivity()
    • NetworkConnectivity

      public NetworkConnectivity(Boolean initWithEmptyList)
  • Method Details

    • carrier

      public NetworkConnectivity carrier(String carrier)
      The name of the network carrier.
    • getCarrier

      public String getCarrier()
    • setCarrier

      public void setCarrier(String carrier)
    • bluetoothEnabled

      public NetworkConnectivity bluetoothEnabled(Boolean bluetoothEnabled)
      Whether Bluetooth is enabled.
    • getBluetoothEnabled

      public Boolean getBluetoothEnabled()
    • setBluetoothEnabled

      public void setBluetoothEnabled(Boolean bluetoothEnabled)
    • cellularEnabled

      public NetworkConnectivity cellularEnabled(Boolean cellularEnabled)
      Whether Cellular is enabled.
    • getCellularEnabled

      public Boolean getCellularEnabled()
    • setCellularEnabled

      public void setCellularEnabled(Boolean cellularEnabled)
    • wifiEnabled

      public NetworkConnectivity wifiEnabled(Boolean wifiEnabled)
      Whether Wi-Fi is enabled.
    • getWifiEnabled

      public Boolean getWifiEnabled()
    • setWifiEnabled

      public void setWifiEnabled(Boolean wifiEnabled)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object