public class UofUsageConfigurationImpl extends Object implements UofUsageConfiguration
Modifier and Type | Method and Description |
---|---|
int |
getExportIntervalInSec()
Get the interval in seconds in which the usage metrics are exported
|
int |
getExportTimeoutInSec()
Get the timeout for exporting usage metrics
|
String |
getHost()
Get the host to which the usage metrics are exported
|
boolean |
isExportEnabled()
Indicates if the SDK usage (metrics) export is enabled
|
void |
setExportEnabled(boolean exportEnabled) |
void |
setHost(String host) |
String |
toString() |
public void setExportEnabled(boolean exportEnabled)
public void setHost(String host)
public boolean isExportEnabled()
UofUsageConfiguration
Default value is true
isExportEnabled
in interface UofUsageConfiguration
public int getExportIntervalInSec()
UofUsageConfiguration
getExportIntervalInSec
in interface UofUsageConfiguration
public int getExportTimeoutInSec()
UofUsageConfiguration
getExportTimeoutInSec
in interface UofUsageConfiguration
public String getHost()
UofUsageConfiguration
getHost
in interface UofUsageConfiguration
Copyright © 2016–2025. All rights reserved.