public class FileServiceProperties extends Object
| Constructor and Description |
|---|
FileServiceProperties()
Generate a
FileServiceProperties from a new ServiceProperties. |
| Modifier and Type | Method and Description |
|---|---|
CorsProperties |
getCors()
Gets the Cross-Origin Resource Sharing (CORS) properties.
|
MetricsProperties |
getHourMetrics()
Gets the hour metrics properties.
|
MetricsProperties |
getMinuteMetrics()
Gets the minute metrics properties.
|
void |
setCors(CorsProperties cors)
Sets the Cross-Origin Resource Sharing (CORS) properties.
|
void |
setHourMetrics(MetricsProperties metrics)
Sets the hour metrics properties.
|
void |
setMinuteMetrics(MetricsProperties metrics)
Sets the minute metrics properties.
|
public FileServiceProperties()
FileServiceProperties from a new ServiceProperties.public CorsProperties getCors()
CorsProperties object which represents the CORS properties.public void setCors(CorsProperties cors)
cors - A CorsProperties object which represents the CORS properties.public MetricsProperties getHourMetrics()
MetricsProperties object which represents the hour metrics properties.public void setHourMetrics(MetricsProperties metrics)
metrics - A MetricsProperties object which represents the hour metrics properties.public MetricsProperties getMinuteMetrics()
MetricsProperties object which represents the minute metrics properties.public void setMinuteMetrics(MetricsProperties metrics)
metrics - A MetricsProperties object which represents the minute metrics properties.Copyright © 2018. All Rights Reserved.