public final class LoggingProperties extends Object
Constructor and Description |
---|
LoggingProperties() |
Modifier and Type | Method and Description |
---|---|
EnumSet<LoggingOperations> |
getLogOperationTypes()
Gets an
EnumSet |
Integer |
getRetentionIntervalInDays()
Gets the retention interval (in days).
|
String |
getVersion()
Gets the analytics version.
|
void |
setLogOperationTypes(EnumSet<LoggingOperations> logOperationTypes)
Sets the
for which storage operations should be logged. |
void |
setRetentionIntervalInDays(Integer retentionIntervalInDays)
Sets the retention interval (in days).
|
void |
setVersion(String version)
Sets the analytics version.
|
public EnumSet<LoggingOperations> getLogOperationTypes()
EnumSet of LoggingOperations
that represents which storage operations should be logged.
EnumSet of LoggingOperations
.
public Integer getRetentionIntervalInDays()
Integer
which contains the retention interval.public String getVersion()
String
which contains the version.public void setLogOperationTypes(EnumSet<LoggingOperations> logOperationTypes)
LoggingOperations
for which storage operations should be logged.logOperationTypes
- An EnumSet of LoggingOperations
to set.
public void setRetentionIntervalInDays(Integer retentionIntervalInDays)
retentionIntervalInDays
- An Integer
which contains the retention interval to set.public void setVersion(String version)
version
- A String
which contains the version to set.Copyright © 2019. All rights reserved.