public class AnalyticsConfiguration extends Object implements Serializable
| Constructor and Description | 
|---|
| AnalyticsConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| AnalyticsFilter | getFilter()Returns the filter used to describe a set of objects for analysis. | 
| String | getId()Returns the identifier used to represent an analytics configuration. | 
| StorageClassAnalysis | getStorageClassAnalysis()Returns the  StorageClassAnalysisobject. | 
| void | setFilter(AnalyticsFilter filter)Sets the filter used to describe a set of objects for analysis. | 
| void | setId(String id)Sets the identifier used to represent an analytics configuration. | 
| void | setStorageClassAnalysis(StorageClassAnalysis storageClassAnalysis)Sets the StorageClassAnalysis object which indicates that data related to access patterns
 will be collected and made available to analyze the tradeoffs between different storage classes. | 
| AnalyticsConfiguration | withFilter(AnalyticsFilter filter)Sets the filter used to describe a set of objects for analysis. | 
| AnalyticsConfiguration | withId(String id)Sets the identifier used to represent an analytics configuration
 and returns the  AnalyticsConfigurationobject
 for method chaining. | 
| AnalyticsConfiguration | withStorageClassAnalysis(StorageClassAnalysis storageClassAnalysis)Sets the StorageClassAnalysis object which indicates that data related to access patterns
 will be collected and made available to analyze the tradeoffs between different storage classes. | 
public String getId()
public void setId(String id)
public AnalyticsConfiguration withId(String id)
AnalyticsConfiguration object
 for method chaining.public AnalyticsFilter getFilter()
public void setFilter(AnalyticsFilter filter)
public AnalyticsConfiguration withFilter(AnalyticsFilter filter)
AnalyticsConfiguration object is returned for method chaining.public StorageClassAnalysis getStorageClassAnalysis()
StorageClassAnalysis object.
 If present, it indicates that data related to access patterns will be collected
 and made available to analyze the tradeoffs between different storage classes.public void setStorageClassAnalysis(StorageClassAnalysis storageClassAnalysis)
public AnalyticsConfiguration withStorageClassAnalysis(StorageClassAnalysis storageClassAnalysis)
AnalyticsConfiguration object is returned for method chaining.