Package com.securenative.config
Class SecureNativeOptions
- java.lang.Object
-
- com.securenative.config.SecureNativeOptions
-
public class SecureNativeOptions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SecureNativeOptions(java.lang.String apiKey, java.lang.String apiUrl, int interval, int maxEvents, int timeout, boolean autoSend, boolean disable, java.lang.String logLevel, FailoverStrategy failoverStrategy)
-
Method Summary
Modifier and Type Method Description java.lang.StringgetApiKey()java.lang.StringgetApiUrl()java.lang.BooleangetAutoSend()java.lang.BooleangetDisabled()FailoverStrategygetFailoverStrategy()intgetInterval()java.lang.StringgetLogLevel()intgetMaxEvents()intgetTimeout()
-
-
-
Constructor Detail
-
SecureNativeOptions
public SecureNativeOptions(java.lang.String apiKey, java.lang.String apiUrl, int interval, int maxEvents, int timeout, boolean autoSend, boolean disable, java.lang.String logLevel, FailoverStrategy failoverStrategy)
-
-
Method Detail
-
getApiKey
public java.lang.String getApiKey()
-
getApiUrl
public java.lang.String getApiUrl()
-
getInterval
public int getInterval()
-
getMaxEvents
public int getMaxEvents()
-
getTimeout
public int getTimeout()
-
getAutoSend
public java.lang.Boolean getAutoSend()
-
getDisabled
public java.lang.Boolean getDisabled()
-
getLogLevel
public java.lang.String getLogLevel()
-
getFailoverStrategy
public FailoverStrategy getFailoverStrategy()
-
-