@@ -60,14 +60,17 @@ public SLOHistoryMetricsSeriesMetadata aggr(String aggr) {
6060 * Query aggregator function.
6161 *
6262 * @return aggr
63+ * @deprecated
6364 */
65+ @ Deprecated
6466 @ jakarta .annotation .Nullable
6567 @ JsonProperty (JSON_PROPERTY_AGGR )
6668 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
6769 public String getAggr () {
6870 return aggr ;
6971 }
7072
73+ @ Deprecated
7174 public void setAggr (String aggr ) {
7275 this .aggr = aggr ;
7376 }
@@ -81,14 +84,17 @@ public SLOHistoryMetricsSeriesMetadata expression(String expression) {
8184 * Query expression.
8285 *
8386 * @return expression
87+ * @deprecated
8488 */
89+ @ Deprecated
8590 @ jakarta .annotation .Nullable
8691 @ JsonProperty (JSON_PROPERTY_EXPRESSION )
8792 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
8893 public String getExpression () {
8994 return expression ;
9095 }
9196
97+ @ Deprecated
9298 public void setExpression (String expression ) {
9399 this .expression = expression ;
94100 }
@@ -102,14 +108,17 @@ public SLOHistoryMetricsSeriesMetadata metric(String metric) {
102108 * Query metric used.
103109 *
104110 * @return metric
111+ * @deprecated
105112 */
113+ @ Deprecated
106114 @ jakarta .annotation .Nullable
107115 @ JsonProperty (JSON_PROPERTY_METRIC )
108116 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
109117 public String getMetric () {
110118 return metric ;
111119 }
112120
121+ @ Deprecated
113122 public void setMetric (String metric ) {
114123 this .metric = metric ;
115124 }
@@ -123,14 +132,17 @@ public SLOHistoryMetricsSeriesMetadata queryIndex(Long queryIndex) {
123132 * Query index from original combined query.
124133 *
125134 * @return queryIndex
135+ * @deprecated
126136 */
137+ @ Deprecated
127138 @ jakarta .annotation .Nullable
128139 @ JsonProperty (JSON_PROPERTY_QUERY_INDEX )
129140 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
130141 public Long getQueryIndex () {
131142 return queryIndex ;
132143 }
133144
145+ @ Deprecated
134146 public void setQueryIndex (Long queryIndex ) {
135147 this .queryIndex = queryIndex ;
136148 }
@@ -144,14 +156,17 @@ public SLOHistoryMetricsSeriesMetadata scope(String scope) {
144156 * Query scope.
145157 *
146158 * @return scope
159+ * @deprecated
147160 */
161+ @ Deprecated
148162 @ jakarta .annotation .Nullable
149163 @ JsonProperty (JSON_PROPERTY_SCOPE )
150164 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
151165 public String getScope () {
152166 return scope ;
153167 }
154168
169+ @ Deprecated
155170 public void setScope (String scope ) {
156171 this .scope = scope ;
157172 }
0 commit comments