Class ProfilePermissions

java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.ProfilePermissions

public class ProfilePermissions extends Object
Class that will hold the Profile permissions information for the app
Since:
4/13/21
  • Constructor Details

    • ProfilePermissions

      public ProfilePermissions()
    • ProfilePermissions

      public ProfilePermissions(Boolean mNetworkAllowed, Boolean mBluetoothAllowed, Boolean mManualServerAllowed)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getmNetworkAllowwed

      public Boolean getmNetworkAllowwed()
    • getmBluetoothAllowed

      public Boolean getmBluetoothAllowed()
    • getmManualServerAllowed

      public Boolean getmManualServerAllowed()
    • setmNetworkAllowwed

      public void setmNetworkAllowwed(Boolean mNetworkAllowed)
    • setmBluetoothAllowed

      public void setmBluetoothAllowed(Boolean mBluetoothAllowed)
    • setmManualServerAllowed

      public void setmManualServerAllowed(Boolean mManualServerAllowed)