public class GetMetricsEventRateOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GetMetricsEventRateOptions.Builder
Builder. 
 | 
static interface  | 
GetMetricsEventRateOptions.ResultType
The type of result to consider when calculating the metric. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Date | 
endTime()
Gets the endTime. 
 | 
GetMetricsEventRateOptions.Builder | 
newBuilder()
New builder. 
 | 
String | 
resultType()
Gets the resultType. 
 | 
Date | 
startTime()
Gets the startTime. 
 | 
public GetMetricsEventRateOptions.Builder newBuilder()
public Date startTime()
Metric is computed from data recorded after this timestamp; must be in `YYYY-MM-DDThh:mm:ssZ` format.
public Date endTime()
Metric is computed from data recorded before this timestamp; must be in `YYYY-MM-DDThh:mm:ssZ` format.
public String resultType()
The type of result to consider when calculating the metric.
Copyright © 2021 IBM Cloud. All rights reserved.