public class GetMetricsQueryNoResultsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetMetricsQueryNoResultsOptions.Builder
Builder.
|
static interface |
GetMetricsQueryNoResultsOptions.ResultType
The type of result to consider when calculating the metric.
|
Modifier and Type | Method and Description |
---|---|
Date |
endTime()
Gets the endTime.
|
GetMetricsQueryNoResultsOptions.Builder |
newBuilder()
New builder.
|
String |
resultType()
Gets the resultType.
|
Date |
startTime()
Gets the startTime.
|
public GetMetricsQueryNoResultsOptions.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 © 2023 IBM Cloud. All rights reserved.