-
- All Implemented Interfaces:
-
com.onesignal.common.events.IEventNotifier
public final class RemoteLoggingConfigModel extends Model
Configuration related to OneSignal's remote logging.
-
-
Constructor Summary
Constructors Constructor Description RemoteLoggingConfigModel(Model parentModel, String parentProperty)
-
Method Summary
Modifier and Type Method Description final LogLevelgetLogLevel()final UnitsetLogLevel(LogLevel logLevel)final BooleangetIsEnabled()final UnitsetIsEnabled(Boolean isEnabled)final StringgetId()final UnitsetId(String id)BooleangetHasSubscribers()-
Methods inherited from class com.onesignal.core.internal.config.RemoteLoggingConfigModel
hasProperty, initializeFromJson, initializeFromModel, setAnyProperty, setBigDecimalProperty, setBooleanProperty, setDoubleProperty, setEnumProperty, setFloatProperty, setIntProperty, setListProperty, setLongProperty, setMapModelProperty, setOptAnyProperty, setOptBigDecimalProperty, setOptBooleanProperty, setOptDoubleProperty, setOptEnumProperty, setOptFloatProperty, setOptIntProperty, setOptListProperty, setOptLongProperty, setOptMapModelProperty, setOptStringProperty, setStringProperty, subscribe, toJSON, unsubscribe -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getLogLevel
final LogLevel getLogLevel()
-
setLogLevel
final Unit setLogLevel(LogLevel logLevel)
-
getIsEnabled
final Boolean getIsEnabled()
-
setIsEnabled
final Unit setIsEnabled(Boolean isEnabled)
-
getHasSubscribers
Boolean getHasSubscribers()
-
-
-
-