From 45b84fd487798911d311d2865673d99f63f5ebf6 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 5 Nov 2025 16:44:04 +0000 Subject: [PATCH] Regenerate client from commit e470158 of spec repo --- .generator/schemas/v1/openapi.yaml | 30 ++++++++ .../api/client/v1/model/UsageSummaryDate.java | 68 ++++++++++++++++++ .../client/v1/model/UsageSummaryDateOrg.java | 68 ++++++++++++++++++ .../client/v1/model/UsageSummaryResponse.java | 69 +++++++++++++++++++ 4 files changed, 235 insertions(+) diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 11bca0724fa..81bb22eb0b9 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -20700,6 +20700,11 @@ components: hours in the current date for the given org. format: int64 type: integer + apm_enterprise_standalone_hosts_top99p: + description: Shows the 99th percentile of all distinct standalone Enterprise + hosts over all hours in the current date for all organizations. + format: int64 + type: integer apm_fargate_count_avg: description: Shows the average of all APM ECS Fargate tasks over all hours in the current date for all organizations. @@ -20710,6 +20715,11 @@ components: hours in the current date for all organizations. format: int64 type: integer + apm_pro_standalone_hosts_top99p: + description: Shows the 99th percentile of all distinct standalone Pro hosts + over all hours in the current date for all organizations. + format: int64 + type: integer appsec_fargate_count_avg: description: Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current date for all organizations. @@ -21798,6 +21808,11 @@ components: hours in the current date for the given org. format: int64 type: integer + apm_enterprise_standalone_hosts_top99p: + description: Shows the 99th percentile of all distinct standalone Enterprise + hosts over all hours in the current date for the given org. + format: int64 + type: integer apm_fargate_count_avg: description: Shows the average of all APM ECS Fargate tasks over all hours in the current month for the given org. @@ -21808,6 +21823,11 @@ components: hours in the current date for the given org. format: int64 type: integer + apm_pro_standalone_hosts_top99p: + description: Shows the 99th percentile of all distinct standalone Pro hosts + over all hours in the current date for the given org. + format: int64 + type: integer appsec_fargate_count_avg: description: Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current month for the given org. @@ -22900,6 +22920,11 @@ components: hours in the current month for all organizations. format: int64 type: integer + apm_enterprise_standalone_hosts_top99p_sum: + description: Shows the sum of the 99th percentile of all distinct standalone + Enterprise hosts over all hours in the current month for all organizations. + format: int64 + type: integer apm_fargate_count_avg_sum: description: Shows the average of all APM ECS Fargate tasks over all hours in the current month for all organizations. @@ -22910,6 +22935,11 @@ components: hours in the current month for all organizations. format: int64 type: integer + apm_pro_standalone_hosts_top99p_sum: + description: Shows the sum of the 99th percentile of all distinct standalone + Pro hosts over all hours in the current month for all organizations. + format: int64 + type: integer appsec_fargate_count_avg_sum: description: Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current month for all organizations. diff --git a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java index e86b24838e0..fe62e78ab6e 100644 --- a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java +++ b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDate.java @@ -24,8 +24,10 @@ UsageSummaryDate.JSON_PROPERTY_AGENT_HOST_TOP99P, UsageSummaryDate.JSON_PROPERTY_APM_AZURE_APP_SERVICE_HOST_TOP99P, UsageSummaryDate.JSON_PROPERTY_APM_DEVSECOPS_HOST_TOP99P, + UsageSummaryDate.JSON_PROPERTY_APM_ENTERPRISE_STANDALONE_HOSTS_TOP99P, UsageSummaryDate.JSON_PROPERTY_APM_FARGATE_COUNT_AVG, UsageSummaryDate.JSON_PROPERTY_APM_HOST_TOP99P, + UsageSummaryDate.JSON_PROPERTY_APM_PRO_STANDALONE_HOSTS_TOP99P, UsageSummaryDate.JSON_PROPERTY_APPSEC_FARGATE_COUNT_AVG, UsageSummaryDate.JSON_PROPERTY_ASM_SERVERLESS_SUM, UsageSummaryDate.JSON_PROPERTY_AUDIT_LOGS_LINES_INDEXED_SUM, @@ -243,12 +245,20 @@ public class UsageSummaryDate { public static final String JSON_PROPERTY_APM_DEVSECOPS_HOST_TOP99P = "apm_devsecops_host_top99p"; private Long apmDevsecopsHostTop99p; + public static final String JSON_PROPERTY_APM_ENTERPRISE_STANDALONE_HOSTS_TOP99P = + "apm_enterprise_standalone_hosts_top99p"; + private Long apmEnterpriseStandaloneHostsTop99p; + public static final String JSON_PROPERTY_APM_FARGATE_COUNT_AVG = "apm_fargate_count_avg"; private Long apmFargateCountAvg; public static final String JSON_PROPERTY_APM_HOST_TOP99P = "apm_host_top99p"; private Long apmHostTop99p; + public static final String JSON_PROPERTY_APM_PRO_STANDALONE_HOSTS_TOP99P = + "apm_pro_standalone_hosts_top99p"; + private Long apmProStandaloneHostsTop99p; + public static final String JSON_PROPERTY_APPSEC_FARGATE_COUNT_AVG = "appsec_fargate_count_avg"; private Long appsecFargateCountAvg; @@ -1050,6 +1060,29 @@ public void setApmDevsecopsHostTop99p(Long apmDevsecopsHostTop99p) { this.apmDevsecopsHostTop99p = apmDevsecopsHostTop99p; } + public UsageSummaryDate apmEnterpriseStandaloneHostsTop99p( + Long apmEnterpriseStandaloneHostsTop99p) { + this.apmEnterpriseStandaloneHostsTop99p = apmEnterpriseStandaloneHostsTop99p; + return this; + } + + /** + * Shows the 99th percentile of all distinct standalone Enterprise hosts over all hours in the + * current date for all organizations. + * + * @return apmEnterpriseStandaloneHostsTop99p + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_APM_ENTERPRISE_STANDALONE_HOSTS_TOP99P) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getApmEnterpriseStandaloneHostsTop99p() { + return apmEnterpriseStandaloneHostsTop99p; + } + + public void setApmEnterpriseStandaloneHostsTop99p(Long apmEnterpriseStandaloneHostsTop99p) { + this.apmEnterpriseStandaloneHostsTop99p = apmEnterpriseStandaloneHostsTop99p; + } + public UsageSummaryDate apmFargateCountAvg(Long apmFargateCountAvg) { this.apmFargateCountAvg = apmFargateCountAvg; return this; @@ -1094,6 +1127,28 @@ public void setApmHostTop99p(Long apmHostTop99p) { this.apmHostTop99p = apmHostTop99p; } + public UsageSummaryDate apmProStandaloneHostsTop99p(Long apmProStandaloneHostsTop99p) { + this.apmProStandaloneHostsTop99p = apmProStandaloneHostsTop99p; + return this; + } + + /** + * Shows the 99th percentile of all distinct standalone Pro hosts over all hours in the current + * date for all organizations. + * + * @return apmProStandaloneHostsTop99p + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_APM_PRO_STANDALONE_HOSTS_TOP99P) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getApmProStandaloneHostsTop99p() { + return apmProStandaloneHostsTop99p; + } + + public void setApmProStandaloneHostsTop99p(Long apmProStandaloneHostsTop99p) { + this.apmProStandaloneHostsTop99p = apmProStandaloneHostsTop99p; + } + public UsageSummaryDate appsecFargateCountAvg(Long appsecFargateCountAvg) { this.appsecFargateCountAvg = appsecFargateCountAvg; return this; @@ -5688,8 +5743,13 @@ public boolean equals(Object o) { && Objects.equals( this.apmAzureAppServiceHostTop99p, usageSummaryDate.apmAzureAppServiceHostTop99p) && Objects.equals(this.apmDevsecopsHostTop99p, usageSummaryDate.apmDevsecopsHostTop99p) + && Objects.equals( + this.apmEnterpriseStandaloneHostsTop99p, + usageSummaryDate.apmEnterpriseStandaloneHostsTop99p) && Objects.equals(this.apmFargateCountAvg, usageSummaryDate.apmFargateCountAvg) && Objects.equals(this.apmHostTop99p, usageSummaryDate.apmHostTop99p) + && Objects.equals( + this.apmProStandaloneHostsTop99p, usageSummaryDate.apmProStandaloneHostsTop99p) && Objects.equals(this.appsecFargateCountAvg, usageSummaryDate.appsecFargateCountAvg) && Objects.equals(this.asmServerlessSum, usageSummaryDate.asmServerlessSum) && Objects.equals(this.auditLogsLinesIndexedSum, usageSummaryDate.auditLogsLinesIndexedSum) @@ -6064,8 +6124,10 @@ public int hashCode() { agentHostTop99p, apmAzureAppServiceHostTop99p, apmDevsecopsHostTop99p, + apmEnterpriseStandaloneHostsTop99p, apmFargateCountAvg, apmHostTop99p, + apmProStandaloneHostsTop99p, appsecFargateCountAvg, asmServerlessSum, auditLogsLinesIndexedSum, @@ -6278,8 +6340,14 @@ public String toString() { sb.append(" apmDevsecopsHostTop99p: ") .append(toIndentedString(apmDevsecopsHostTop99p)) .append("\n"); + sb.append(" apmEnterpriseStandaloneHostsTop99p: ") + .append(toIndentedString(apmEnterpriseStandaloneHostsTop99p)) + .append("\n"); sb.append(" apmFargateCountAvg: ").append(toIndentedString(apmFargateCountAvg)).append("\n"); sb.append(" apmHostTop99p: ").append(toIndentedString(apmHostTop99p)).append("\n"); + sb.append(" apmProStandaloneHostsTop99p: ") + .append(toIndentedString(apmProStandaloneHostsTop99p)) + .append("\n"); sb.append(" appsecFargateCountAvg: ") .append(toIndentedString(appsecFargateCountAvg)) .append("\n"); diff --git a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java index 32045689cfc..5513b4bb36e 100644 --- a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java +++ b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryDateOrg.java @@ -23,8 +23,10 @@ UsageSummaryDateOrg.JSON_PROPERTY_AGENT_HOST_TOP99P, UsageSummaryDateOrg.JSON_PROPERTY_APM_AZURE_APP_SERVICE_HOST_TOP99P, UsageSummaryDateOrg.JSON_PROPERTY_APM_DEVSECOPS_HOST_TOP99P, + UsageSummaryDateOrg.JSON_PROPERTY_APM_ENTERPRISE_STANDALONE_HOSTS_TOP99P, UsageSummaryDateOrg.JSON_PROPERTY_APM_FARGATE_COUNT_AVG, UsageSummaryDateOrg.JSON_PROPERTY_APM_HOST_TOP99P, + UsageSummaryDateOrg.JSON_PROPERTY_APM_PRO_STANDALONE_HOSTS_TOP99P, UsageSummaryDateOrg.JSON_PROPERTY_APPSEC_FARGATE_COUNT_AVG, UsageSummaryDateOrg.JSON_PROPERTY_ASM_SERVERLESS_SUM, UsageSummaryDateOrg.JSON_PROPERTY_AUDIT_LOGS_LINES_INDEXED_SUM, @@ -253,12 +255,20 @@ public class UsageSummaryDateOrg { public static final String JSON_PROPERTY_APM_DEVSECOPS_HOST_TOP99P = "apm_devsecops_host_top99p"; private Long apmDevsecopsHostTop99p; + public static final String JSON_PROPERTY_APM_ENTERPRISE_STANDALONE_HOSTS_TOP99P = + "apm_enterprise_standalone_hosts_top99p"; + private Long apmEnterpriseStandaloneHostsTop99p; + public static final String JSON_PROPERTY_APM_FARGATE_COUNT_AVG = "apm_fargate_count_avg"; private Long apmFargateCountAvg; public static final String JSON_PROPERTY_APM_HOST_TOP99P = "apm_host_top99p"; private Long apmHostTop99p; + public static final String JSON_PROPERTY_APM_PRO_STANDALONE_HOSTS_TOP99P = + "apm_pro_standalone_hosts_top99p"; + private Long apmProStandaloneHostsTop99p; + public static final String JSON_PROPERTY_APPSEC_FARGATE_COUNT_AVG = "appsec_fargate_count_avg"; private Long appsecFargateCountAvg; @@ -1114,6 +1124,29 @@ public void setApmDevsecopsHostTop99p(Long apmDevsecopsHostTop99p) { this.apmDevsecopsHostTop99p = apmDevsecopsHostTop99p; } + public UsageSummaryDateOrg apmEnterpriseStandaloneHostsTop99p( + Long apmEnterpriseStandaloneHostsTop99p) { + this.apmEnterpriseStandaloneHostsTop99p = apmEnterpriseStandaloneHostsTop99p; + return this; + } + + /** + * Shows the 99th percentile of all distinct standalone Enterprise hosts over all hours in the + * current date for the given org. + * + * @return apmEnterpriseStandaloneHostsTop99p + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_APM_ENTERPRISE_STANDALONE_HOSTS_TOP99P) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getApmEnterpriseStandaloneHostsTop99p() { + return apmEnterpriseStandaloneHostsTop99p; + } + + public void setApmEnterpriseStandaloneHostsTop99p(Long apmEnterpriseStandaloneHostsTop99p) { + this.apmEnterpriseStandaloneHostsTop99p = apmEnterpriseStandaloneHostsTop99p; + } + public UsageSummaryDateOrg apmFargateCountAvg(Long apmFargateCountAvg) { this.apmFargateCountAvg = apmFargateCountAvg; return this; @@ -1158,6 +1191,28 @@ public void setApmHostTop99p(Long apmHostTop99p) { this.apmHostTop99p = apmHostTop99p; } + public UsageSummaryDateOrg apmProStandaloneHostsTop99p(Long apmProStandaloneHostsTop99p) { + this.apmProStandaloneHostsTop99p = apmProStandaloneHostsTop99p; + return this; + } + + /** + * Shows the 99th percentile of all distinct standalone Pro hosts over all hours in the current + * date for the given org. + * + * @return apmProStandaloneHostsTop99p + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_APM_PRO_STANDALONE_HOSTS_TOP99P) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getApmProStandaloneHostsTop99p() { + return apmProStandaloneHostsTop99p; + } + + public void setApmProStandaloneHostsTop99p(Long apmProStandaloneHostsTop99p) { + this.apmProStandaloneHostsTop99p = apmProStandaloneHostsTop99p; + } + public UsageSummaryDateOrg appsecFargateCountAvg(Long appsecFargateCountAvg) { this.appsecFargateCountAvg = appsecFargateCountAvg; return this; @@ -5827,8 +5882,13 @@ public boolean equals(Object o) { && Objects.equals( this.apmAzureAppServiceHostTop99p, usageSummaryDateOrg.apmAzureAppServiceHostTop99p) && Objects.equals(this.apmDevsecopsHostTop99p, usageSummaryDateOrg.apmDevsecopsHostTop99p) + && Objects.equals( + this.apmEnterpriseStandaloneHostsTop99p, + usageSummaryDateOrg.apmEnterpriseStandaloneHostsTop99p) && Objects.equals(this.apmFargateCountAvg, usageSummaryDateOrg.apmFargateCountAvg) && Objects.equals(this.apmHostTop99p, usageSummaryDateOrg.apmHostTop99p) + && Objects.equals( + this.apmProStandaloneHostsTop99p, usageSummaryDateOrg.apmProStandaloneHostsTop99p) && Objects.equals(this.appsecFargateCountAvg, usageSummaryDateOrg.appsecFargateCountAvg) && Objects.equals(this.asmServerlessSum, usageSummaryDateOrg.asmServerlessSum) && Objects.equals( @@ -6229,8 +6289,10 @@ public int hashCode() { agentHostTop99p, apmAzureAppServiceHostTop99p, apmDevsecopsHostTop99p, + apmEnterpriseStandaloneHostsTop99p, apmFargateCountAvg, apmHostTop99p, + apmProStandaloneHostsTop99p, appsecFargateCountAvg, asmServerlessSum, auditLogsLinesIndexedSum, @@ -6449,8 +6511,14 @@ public String toString() { sb.append(" apmDevsecopsHostTop99p: ") .append(toIndentedString(apmDevsecopsHostTop99p)) .append("\n"); + sb.append(" apmEnterpriseStandaloneHostsTop99p: ") + .append(toIndentedString(apmEnterpriseStandaloneHostsTop99p)) + .append("\n"); sb.append(" apmFargateCountAvg: ").append(toIndentedString(apmFargateCountAvg)).append("\n"); sb.append(" apmHostTop99p: ").append(toIndentedString(apmHostTop99p)).append("\n"); + sb.append(" apmProStandaloneHostsTop99p: ") + .append(toIndentedString(apmProStandaloneHostsTop99p)) + .append("\n"); sb.append(" appsecFargateCountAvg: ") .append(toIndentedString(appsecFargateCountAvg)) .append("\n"); diff --git a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java index 067530fa496..b3213e8b9ba 100644 --- a/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java +++ b/src/main/java/com/datadog/api/client/v1/model/UsageSummaryResponse.java @@ -27,8 +27,10 @@ UsageSummaryResponse.JSON_PROPERTY_AGENT_HOST_TOP99P_SUM, UsageSummaryResponse.JSON_PROPERTY_APM_AZURE_APP_SERVICE_HOST_TOP99P_SUM, UsageSummaryResponse.JSON_PROPERTY_APM_DEVSECOPS_HOST_TOP99P_SUM, + UsageSummaryResponse.JSON_PROPERTY_APM_ENTERPRISE_STANDALONE_HOSTS_TOP99P_SUM, UsageSummaryResponse.JSON_PROPERTY_APM_FARGATE_COUNT_AVG_SUM, UsageSummaryResponse.JSON_PROPERTY_APM_HOST_TOP99P_SUM, + UsageSummaryResponse.JSON_PROPERTY_APM_PRO_STANDALONE_HOSTS_TOP99P_SUM, UsageSummaryResponse.JSON_PROPERTY_APPSEC_FARGATE_COUNT_AVG_SUM, UsageSummaryResponse.JSON_PROPERTY_ASM_SERVERLESS_AGG_SUM, UsageSummaryResponse.JSON_PROPERTY_AUDIT_LOGS_LINES_INDEXED_AGG_SUM, @@ -263,12 +265,20 @@ public class UsageSummaryResponse { "apm_devsecops_host_top99p_sum"; private Long apmDevsecopsHostTop99pSum; + public static final String JSON_PROPERTY_APM_ENTERPRISE_STANDALONE_HOSTS_TOP99P_SUM = + "apm_enterprise_standalone_hosts_top99p_sum"; + private Long apmEnterpriseStandaloneHostsTop99pSum; + public static final String JSON_PROPERTY_APM_FARGATE_COUNT_AVG_SUM = "apm_fargate_count_avg_sum"; private Long apmFargateCountAvgSum; public static final String JSON_PROPERTY_APM_HOST_TOP99P_SUM = "apm_host_top99p_sum"; private Long apmHostTop99pSum; + public static final String JSON_PROPERTY_APM_PRO_STANDALONE_HOSTS_TOP99P_SUM = + "apm_pro_standalone_hosts_top99p_sum"; + private Long apmProStandaloneHostsTop99pSum; + public static final String JSON_PROPERTY_APPSEC_FARGATE_COUNT_AVG_SUM = "appsec_fargate_count_avg_sum"; private Long appsecFargateCountAvgSum; @@ -1142,6 +1152,29 @@ public void setApmDevsecopsHostTop99pSum(Long apmDevsecopsHostTop99pSum) { this.apmDevsecopsHostTop99pSum = apmDevsecopsHostTop99pSum; } + public UsageSummaryResponse apmEnterpriseStandaloneHostsTop99pSum( + Long apmEnterpriseStandaloneHostsTop99pSum) { + this.apmEnterpriseStandaloneHostsTop99pSum = apmEnterpriseStandaloneHostsTop99pSum; + return this; + } + + /** + * Shows the sum of the 99th percentile of all distinct standalone Enterprise hosts over all hours + * in the current month for all organizations. + * + * @return apmEnterpriseStandaloneHostsTop99pSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_APM_ENTERPRISE_STANDALONE_HOSTS_TOP99P_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getApmEnterpriseStandaloneHostsTop99pSum() { + return apmEnterpriseStandaloneHostsTop99pSum; + } + + public void setApmEnterpriseStandaloneHostsTop99pSum(Long apmEnterpriseStandaloneHostsTop99pSum) { + this.apmEnterpriseStandaloneHostsTop99pSum = apmEnterpriseStandaloneHostsTop99pSum; + } + public UsageSummaryResponse apmFargateCountAvgSum(Long apmFargateCountAvgSum) { this.apmFargateCountAvgSum = apmFargateCountAvgSum; return this; @@ -1186,6 +1219,28 @@ public void setApmHostTop99pSum(Long apmHostTop99pSum) { this.apmHostTop99pSum = apmHostTop99pSum; } + public UsageSummaryResponse apmProStandaloneHostsTop99pSum(Long apmProStandaloneHostsTop99pSum) { + this.apmProStandaloneHostsTop99pSum = apmProStandaloneHostsTop99pSum; + return this; + } + + /** + * Shows the sum of the 99th percentile of all distinct standalone Pro hosts over all hours in the + * current month for all organizations. + * + * @return apmProStandaloneHostsTop99pSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_APM_PRO_STANDALONE_HOSTS_TOP99P_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getApmProStandaloneHostsTop99pSum() { + return apmProStandaloneHostsTop99pSum; + } + + public void setApmProStandaloneHostsTop99pSum(Long apmProStandaloneHostsTop99pSum) { + this.apmProStandaloneHostsTop99pSum = apmProStandaloneHostsTop99pSum; + } + public UsageSummaryResponse appsecFargateCountAvgSum(Long appsecFargateCountAvgSum) { this.appsecFargateCountAvgSum = appsecFargateCountAvgSum; return this; @@ -6100,8 +6155,14 @@ public boolean equals(Object o) { usageSummaryResponse.apmAzureAppServiceHostTop99pSum) && Objects.equals( this.apmDevsecopsHostTop99pSum, usageSummaryResponse.apmDevsecopsHostTop99pSum) + && Objects.equals( + this.apmEnterpriseStandaloneHostsTop99pSum, + usageSummaryResponse.apmEnterpriseStandaloneHostsTop99pSum) && Objects.equals(this.apmFargateCountAvgSum, usageSummaryResponse.apmFargateCountAvgSum) && Objects.equals(this.apmHostTop99pSum, usageSummaryResponse.apmHostTop99pSum) + && Objects.equals( + this.apmProStandaloneHostsTop99pSum, + usageSummaryResponse.apmProStandaloneHostsTop99pSum) && Objects.equals( this.appsecFargateCountAvgSum, usageSummaryResponse.appsecFargateCountAvgSum) && Objects.equals(this.asmServerlessAggSum, usageSummaryResponse.asmServerlessAggSum) @@ -6574,8 +6635,10 @@ public int hashCode() { agentHostTop99pSum, apmAzureAppServiceHostTop99pSum, apmDevsecopsHostTop99pSum, + apmEnterpriseStandaloneHostsTop99pSum, apmFargateCountAvgSum, apmHostTop99pSum, + apmProStandaloneHostsTop99pSum, appsecFargateCountAvgSum, asmServerlessAggSum, auditLogsLinesIndexedAggSum, @@ -6799,10 +6862,16 @@ public String toString() { sb.append(" apmDevsecopsHostTop99pSum: ") .append(toIndentedString(apmDevsecopsHostTop99pSum)) .append("\n"); + sb.append(" apmEnterpriseStandaloneHostsTop99pSum: ") + .append(toIndentedString(apmEnterpriseStandaloneHostsTop99pSum)) + .append("\n"); sb.append(" apmFargateCountAvgSum: ") .append(toIndentedString(apmFargateCountAvgSum)) .append("\n"); sb.append(" apmHostTop99pSum: ").append(toIndentedString(apmHostTop99pSum)).append("\n"); + sb.append(" apmProStandaloneHostsTop99pSum: ") + .append(toIndentedString(apmProStandaloneHostsTop99pSum)) + .append("\n"); sb.append(" appsecFargateCountAvgSum: ") .append(toIndentedString(appsecFargateCountAvgSum)) .append("\n");