diff --git a/.apigentools-info b/.apigentools-info index 544980811bb..4cc27be9160 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-01-09 21:08:21.521595", - "spec_repo_commit": "435429e0" + "regenerated": "2025-01-10 08:44:37.243859", + "spec_repo_commit": "83cd22f1" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-01-09 21:08:21.537040", - "spec_repo_commit": "435429e0" + "regenerated": "2025-01-10 08:44:37.258380", + "spec_repo_commit": "83cd22f1" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index c2af523e94c..7e655a09d2d 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -20269,7 +20269,7 @@ components: type: integer profiling_host_top99p: description: Shows the 99th percentile of all profiled hosts over all hours - in the current date for all organizations. + within the current date for all organizations. format: int64 type: integer rum_browser_and_mobile_session_count: @@ -20358,10 +20358,25 @@ components: type: integer rum_mobile_lite_session_count_roku_sum: description: Shows the sum of all mobile RUM lite sessions on Roku over - all hours in the current date for all organizations (To be introduced + all hours within the current date for all organizations (To be introduced on October 1st, 2024). format: int64 type: integer + rum_mobile_replay_session_count_android_sum: + description: Shows the sum of all mobile RUM replay sessions on Android + over all hours within the current date for the given org. + format: int64 + type: integer + rum_mobile_replay_session_count_ios_sum: + description: Shows the sum of all mobile RUM replay sessions on iOS over + all hours within the current date for the given org. + format: int64 + type: integer + rum_mobile_replay_session_count_reactnative_sum: + description: Shows the sum of all mobile RUM replay sessions on React Native + over all hours within the current date for the given org. + format: int64 + type: integer rum_replay_session_count_sum: description: Shows the sum of all RUM Session Replay counts over all hours in the current date for all organizations (To be introduced on October @@ -21122,7 +21137,7 @@ components: type: integer profiling_host_top99p: description: Shows the 99th percentile of all profiled hosts over all hours - in the current date for the given org. + within the current date for the given org. format: int64 type: integer public_id: @@ -21221,6 +21236,21 @@ components: 1st, 2024). format: int64 type: integer + rum_mobile_replay_session_count_android_sum: + description: Shows the sum of all mobile RUM replay sessions on Android + over all hours within the current date for the given org. + format: int64 + type: integer + rum_mobile_replay_session_count_ios_sum: + description: Shows the sum of all mobile RUM replay sessions on iOS over + all hours within the current date for the given org. + format: int64 + type: integer + rum_mobile_replay_session_count_reactnative_sum: + description: Shows the sum of all mobile RUM replay sessions on React Native + over all hours within the current date for the given org. + format: int64 + type: integer rum_replay_session_count_sum: description: Shows the sum of all RUM Session Replay counts over all hours in the current date for the given org (To be introduced on October 1st, @@ -22109,10 +22139,25 @@ components: type: integer rum_mobile_lite_session_count_roku_agg_sum: description: Shows the sum of all mobile RUM lite sessions on Roku over - all hours in the current month for all organizations (To be introduced + all hours within the current month for all organizations (To be introduced on October 1st, 2024). format: int64 type: integer + rum_mobile_replay_session_count_android_agg_sum: + description: Shows the sum of all mobile RUM replay sessions on Android + over all hours within the current month for all organizations. + format: int64 + type: integer + rum_mobile_replay_session_count_ios_agg_sum: + description: Shows the sum of all mobile RUM replay sessions on iOS over + all hours within the current month for all organizations. + format: int64 + type: integer + rum_mobile_replay_session_count_reactnative_agg_sum: + description: Shows the sum of all mobile RUM replay sessions on React Native + over all hours within the current month for all organizations. + format: int64 + type: integer rum_replay_session_count_agg_sum: description: Shows the sum of all RUM Session Replay counts over all hours in the current month for all organizations (To be introduced on October 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 7bbcb75aa6d..da1303f6db0 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 @@ -152,6 +152,9 @@ UsageSummaryDate.JSON_PROPERTY_RUM_MOBILE_LITE_SESSION_COUNT_IOS_SUM, UsageSummaryDate.JSON_PROPERTY_RUM_MOBILE_LITE_SESSION_COUNT_REACTNATIVE_SUM, UsageSummaryDate.JSON_PROPERTY_RUM_MOBILE_LITE_SESSION_COUNT_ROKU_SUM, + UsageSummaryDate.JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_ANDROID_SUM, + UsageSummaryDate.JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_IOS_SUM, + UsageSummaryDate.JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_REACTNATIVE_SUM, UsageSummaryDate.JSON_PROPERTY_RUM_REPLAY_SESSION_COUNT_SUM, UsageSummaryDate.JSON_PROPERTY_RUM_SESSION_COUNT_SUM, UsageSummaryDate.JSON_PROPERTY_RUM_TOTAL_SESSION_COUNT_SUM, @@ -648,6 +651,18 @@ public class UsageSummaryDate { "rum_mobile_lite_session_count_roku_sum"; private Long rumMobileLiteSessionCountRokuSum; + public static final String JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_ANDROID_SUM = + "rum_mobile_replay_session_count_android_sum"; + private Long rumMobileReplaySessionCountAndroidSum; + + public static final String JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_IOS_SUM = + "rum_mobile_replay_session_count_ios_sum"; + private Long rumMobileReplaySessionCountIosSum; + + public static final String JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_REACTNATIVE_SUM = + "rum_mobile_replay_session_count_reactnative_sum"; + private Long rumMobileReplaySessionCountReactnativeSum; + public static final String JSON_PROPERTY_RUM_REPLAY_SESSION_COUNT_SUM = "rum_replay_session_count_sum"; private Long rumReplaySessionCountSum; @@ -3348,7 +3363,7 @@ public UsageSummaryDate profilingHostTop99p(Long profilingHostTop99p) { } /** - * Shows the 99th percentile of all profiled hosts over all hours in the current date for all + * Shows the 99th percentile of all profiled hosts over all hours within the current date for all * organizations. * * @return profilingHostTop99p @@ -3688,8 +3703,8 @@ public UsageSummaryDate rumMobileLiteSessionCountRokuSum(Long rumMobileLiteSessi } /** - * Shows the sum of all mobile RUM lite sessions on Roku over all hours in the current date for - * all organizations (To be introduced on October 1st, 2024). + * Shows the sum of all mobile RUM lite sessions on Roku over all hours within the current date + * for all organizations (To be introduced on October 1st, 2024). * * @return rumMobileLiteSessionCountRokuSum */ @@ -3704,6 +3719,76 @@ public void setRumMobileLiteSessionCountRokuSum(Long rumMobileLiteSessionCountRo this.rumMobileLiteSessionCountRokuSum = rumMobileLiteSessionCountRokuSum; } + public UsageSummaryDate rumMobileReplaySessionCountAndroidSum( + Long rumMobileReplaySessionCountAndroidSum) { + this.rumMobileReplaySessionCountAndroidSum = rumMobileReplaySessionCountAndroidSum; + return this; + } + + /** + * Shows the sum of all mobile RUM replay sessions on Android over all hours within the current + * date for the given org. + * + * @return rumMobileReplaySessionCountAndroidSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_ANDROID_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getRumMobileReplaySessionCountAndroidSum() { + return rumMobileReplaySessionCountAndroidSum; + } + + public void setRumMobileReplaySessionCountAndroidSum(Long rumMobileReplaySessionCountAndroidSum) { + this.rumMobileReplaySessionCountAndroidSum = rumMobileReplaySessionCountAndroidSum; + } + + public UsageSummaryDate rumMobileReplaySessionCountIosSum( + Long rumMobileReplaySessionCountIosSum) { + this.rumMobileReplaySessionCountIosSum = rumMobileReplaySessionCountIosSum; + return this; + } + + /** + * Shows the sum of all mobile RUM replay sessions on iOS over all hours within the current date + * for the given org. + * + * @return rumMobileReplaySessionCountIosSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_IOS_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getRumMobileReplaySessionCountIosSum() { + return rumMobileReplaySessionCountIosSum; + } + + public void setRumMobileReplaySessionCountIosSum(Long rumMobileReplaySessionCountIosSum) { + this.rumMobileReplaySessionCountIosSum = rumMobileReplaySessionCountIosSum; + } + + public UsageSummaryDate rumMobileReplaySessionCountReactnativeSum( + Long rumMobileReplaySessionCountReactnativeSum) { + this.rumMobileReplaySessionCountReactnativeSum = rumMobileReplaySessionCountReactnativeSum; + return this; + } + + /** + * Shows the sum of all mobile RUM replay sessions on React Native over all hours within the + * current date for the given org. + * + * @return rumMobileReplaySessionCountReactnativeSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_REACTNATIVE_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getRumMobileReplaySessionCountReactnativeSum() { + return rumMobileReplaySessionCountReactnativeSum; + } + + public void setRumMobileReplaySessionCountReactnativeSum( + Long rumMobileReplaySessionCountReactnativeSum) { + this.rumMobileReplaySessionCountReactnativeSum = rumMobileReplaySessionCountReactnativeSum; + } + public UsageSummaryDate rumReplaySessionCountSum(Long rumReplaySessionCountSum) { this.rumReplaySessionCountSum = rumReplaySessionCountSum; return this; @@ -4535,6 +4620,15 @@ public boolean equals(Object o) { && Objects.equals( this.rumMobileLiteSessionCountRokuSum, usageSummaryDate.rumMobileLiteSessionCountRokuSum) + && Objects.equals( + this.rumMobileReplaySessionCountAndroidSum, + usageSummaryDate.rumMobileReplaySessionCountAndroidSum) + && Objects.equals( + this.rumMobileReplaySessionCountIosSum, + usageSummaryDate.rumMobileReplaySessionCountIosSum) + && Objects.equals( + this.rumMobileReplaySessionCountReactnativeSum, + usageSummaryDate.rumMobileReplaySessionCountReactnativeSum) && Objects.equals(this.rumReplaySessionCountSum, usageSummaryDate.rumReplaySessionCountSum) && Objects.equals(this.rumSessionCountSum, usageSummaryDate.rumSessionCountSum) && Objects.equals(this.rumTotalSessionCountSum, usageSummaryDate.rumTotalSessionCountSum) @@ -4714,6 +4808,9 @@ public int hashCode() { rumMobileLiteSessionCountIosSum, rumMobileLiteSessionCountReactnativeSum, rumMobileLiteSessionCountRokuSum, + rumMobileReplaySessionCountAndroidSum, + rumMobileReplaySessionCountIosSum, + rumMobileReplaySessionCountReactnativeSum, rumReplaySessionCountSum, rumSessionCountSum, rumTotalSessionCountSum, @@ -5063,6 +5160,15 @@ public String toString() { sb.append(" rumMobileLiteSessionCountRokuSum: ") .append(toIndentedString(rumMobileLiteSessionCountRokuSum)) .append("\n"); + sb.append(" rumMobileReplaySessionCountAndroidSum: ") + .append(toIndentedString(rumMobileReplaySessionCountAndroidSum)) + .append("\n"); + sb.append(" rumMobileReplaySessionCountIosSum: ") + .append(toIndentedString(rumMobileReplaySessionCountIosSum)) + .append("\n"); + sb.append(" rumMobileReplaySessionCountReactnativeSum: ") + .append(toIndentedString(rumMobileReplaySessionCountReactnativeSum)) + .append("\n"); sb.append(" rumReplaySessionCountSum: ") .append(toIndentedString(rumReplaySessionCountSum)) .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 ec78504809e..f970bcab6f0 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 @@ -155,6 +155,9 @@ UsageSummaryDateOrg.JSON_PROPERTY_RUM_MOBILE_LITE_SESSION_COUNT_IOS_SUM, UsageSummaryDateOrg.JSON_PROPERTY_RUM_MOBILE_LITE_SESSION_COUNT_REACTNATIVE_SUM, UsageSummaryDateOrg.JSON_PROPERTY_RUM_MOBILE_LITE_SESSION_COUNT_ROKU_SUM, + UsageSummaryDateOrg.JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_ANDROID_SUM, + UsageSummaryDateOrg.JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_IOS_SUM, + UsageSummaryDateOrg.JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_REACTNATIVE_SUM, UsageSummaryDateOrg.JSON_PROPERTY_RUM_REPLAY_SESSION_COUNT_SUM, UsageSummaryDateOrg.JSON_PROPERTY_RUM_SESSION_COUNT_SUM, UsageSummaryDateOrg.JSON_PROPERTY_RUM_TOTAL_SESSION_COUNT_SUM, @@ -669,6 +672,18 @@ public class UsageSummaryDateOrg { "rum_mobile_lite_session_count_roku_sum"; private Long rumMobileLiteSessionCountRokuSum; + public static final String JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_ANDROID_SUM = + "rum_mobile_replay_session_count_android_sum"; + private Long rumMobileReplaySessionCountAndroidSum; + + public static final String JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_IOS_SUM = + "rum_mobile_replay_session_count_ios_sum"; + private Long rumMobileReplaySessionCountIosSum; + + public static final String JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_REACTNATIVE_SUM = + "rum_mobile_replay_session_count_reactnative_sum"; + private Long rumMobileReplaySessionCountReactnativeSum; + public static final String JSON_PROPERTY_RUM_REPLAY_SESSION_COUNT_SUM = "rum_replay_session_count_sum"; private Long rumReplaySessionCountSum; @@ -3441,7 +3456,7 @@ public UsageSummaryDateOrg profilingHostTop99p(Long profilingHostTop99p) { } /** - * Shows the 99th percentile of all profiled hosts over all hours in the current date for the + * Shows the 99th percentile of all profiled hosts over all hours within the current date for the * given org. * * @return profilingHostTop99p @@ -3840,6 +3855,76 @@ public void setRumMobileLiteSessionCountRokuSum(Long rumMobileLiteSessionCountRo this.rumMobileLiteSessionCountRokuSum = rumMobileLiteSessionCountRokuSum; } + public UsageSummaryDateOrg rumMobileReplaySessionCountAndroidSum( + Long rumMobileReplaySessionCountAndroidSum) { + this.rumMobileReplaySessionCountAndroidSum = rumMobileReplaySessionCountAndroidSum; + return this; + } + + /** + * Shows the sum of all mobile RUM replay sessions on Android over all hours within the current + * date for the given org. + * + * @return rumMobileReplaySessionCountAndroidSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_ANDROID_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getRumMobileReplaySessionCountAndroidSum() { + return rumMobileReplaySessionCountAndroidSum; + } + + public void setRumMobileReplaySessionCountAndroidSum(Long rumMobileReplaySessionCountAndroidSum) { + this.rumMobileReplaySessionCountAndroidSum = rumMobileReplaySessionCountAndroidSum; + } + + public UsageSummaryDateOrg rumMobileReplaySessionCountIosSum( + Long rumMobileReplaySessionCountIosSum) { + this.rumMobileReplaySessionCountIosSum = rumMobileReplaySessionCountIosSum; + return this; + } + + /** + * Shows the sum of all mobile RUM replay sessions on iOS over all hours within the current date + * for the given org. + * + * @return rumMobileReplaySessionCountIosSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_IOS_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getRumMobileReplaySessionCountIosSum() { + return rumMobileReplaySessionCountIosSum; + } + + public void setRumMobileReplaySessionCountIosSum(Long rumMobileReplaySessionCountIosSum) { + this.rumMobileReplaySessionCountIosSum = rumMobileReplaySessionCountIosSum; + } + + public UsageSummaryDateOrg rumMobileReplaySessionCountReactnativeSum( + Long rumMobileReplaySessionCountReactnativeSum) { + this.rumMobileReplaySessionCountReactnativeSum = rumMobileReplaySessionCountReactnativeSum; + return this; + } + + /** + * Shows the sum of all mobile RUM replay sessions on React Native over all hours within the + * current date for the given org. + * + * @return rumMobileReplaySessionCountReactnativeSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_REACTNATIVE_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getRumMobileReplaySessionCountReactnativeSum() { + return rumMobileReplaySessionCountReactnativeSum; + } + + public void setRumMobileReplaySessionCountReactnativeSum( + Long rumMobileReplaySessionCountReactnativeSum) { + this.rumMobileReplaySessionCountReactnativeSum = rumMobileReplaySessionCountReactnativeSum; + } + public UsageSummaryDateOrg rumReplaySessionCountSum(Long rumReplaySessionCountSum) { this.rumReplaySessionCountSum = rumReplaySessionCountSum; return this; @@ -4692,6 +4777,15 @@ public boolean equals(Object o) { && Objects.equals( this.rumMobileLiteSessionCountRokuSum, usageSummaryDateOrg.rumMobileLiteSessionCountRokuSum) + && Objects.equals( + this.rumMobileReplaySessionCountAndroidSum, + usageSummaryDateOrg.rumMobileReplaySessionCountAndroidSum) + && Objects.equals( + this.rumMobileReplaySessionCountIosSum, + usageSummaryDateOrg.rumMobileReplaySessionCountIosSum) + && Objects.equals( + this.rumMobileReplaySessionCountReactnativeSum, + usageSummaryDateOrg.rumMobileReplaySessionCountReactnativeSum) && Objects.equals( this.rumReplaySessionCountSum, usageSummaryDateOrg.rumReplaySessionCountSum) && Objects.equals(this.rumSessionCountSum, usageSummaryDateOrg.rumSessionCountSum) @@ -4879,6 +4973,9 @@ public int hashCode() { rumMobileLiteSessionCountIosSum, rumMobileLiteSessionCountReactnativeSum, rumMobileLiteSessionCountRokuSum, + rumMobileReplaySessionCountAndroidSum, + rumMobileReplaySessionCountIosSum, + rumMobileReplaySessionCountReactnativeSum, rumReplaySessionCountSum, rumSessionCountSum, rumTotalSessionCountSum, @@ -5236,6 +5333,15 @@ public String toString() { sb.append(" rumMobileLiteSessionCountRokuSum: ") .append(toIndentedString(rumMobileLiteSessionCountRokuSum)) .append("\n"); + sb.append(" rumMobileReplaySessionCountAndroidSum: ") + .append(toIndentedString(rumMobileReplaySessionCountAndroidSum)) + .append("\n"); + sb.append(" rumMobileReplaySessionCountIosSum: ") + .append(toIndentedString(rumMobileReplaySessionCountIosSum)) + .append("\n"); + sb.append(" rumMobileReplaySessionCountReactnativeSum: ") + .append(toIndentedString(rumMobileReplaySessionCountReactnativeSum)) + .append("\n"); sb.append(" rumReplaySessionCountSum: ") .append(toIndentedString(rumReplaySessionCountSum)) .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 e1ba4b28b2b..ff3120db72e 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 @@ -164,6 +164,9 @@ UsageSummaryResponse.JSON_PROPERTY_RUM_MOBILE_LITE_SESSION_COUNT_IOS_AGG_SUM, UsageSummaryResponse.JSON_PROPERTY_RUM_MOBILE_LITE_SESSION_COUNT_REACTNATIVE_AGG_SUM, UsageSummaryResponse.JSON_PROPERTY_RUM_MOBILE_LITE_SESSION_COUNT_ROKU_AGG_SUM, + UsageSummaryResponse.JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_ANDROID_AGG_SUM, + UsageSummaryResponse.JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_IOS_AGG_SUM, + UsageSummaryResponse.JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_REACTNATIVE_AGG_SUM, UsageSummaryResponse.JSON_PROPERTY_RUM_REPLAY_SESSION_COUNT_AGG_SUM, UsageSummaryResponse.JSON_PROPERTY_RUM_SESSION_COUNT_AGG_SUM, UsageSummaryResponse.JSON_PROPERTY_RUM_TOTAL_SESSION_COUNT_AGG_SUM, @@ -718,6 +721,18 @@ public class UsageSummaryResponse { "rum_mobile_lite_session_count_roku_agg_sum"; private Long rumMobileLiteSessionCountRokuAggSum; + public static final String JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_ANDROID_AGG_SUM = + "rum_mobile_replay_session_count_android_agg_sum"; + private Long rumMobileReplaySessionCountAndroidAggSum; + + public static final String JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_IOS_AGG_SUM = + "rum_mobile_replay_session_count_ios_agg_sum"; + private Long rumMobileReplaySessionCountIosAggSum; + + public static final String JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_REACTNATIVE_AGG_SUM = + "rum_mobile_replay_session_count_reactnative_agg_sum"; + private Long rumMobileReplaySessionCountReactnativeAggSum; + public static final String JSON_PROPERTY_RUM_REPLAY_SESSION_COUNT_AGG_SUM = "rum_replay_session_count_agg_sum"; private Long rumReplaySessionCountAggSum; @@ -4002,8 +4017,8 @@ public UsageSummaryResponse rumMobileLiteSessionCountRokuAggSum( } /** - * Shows the sum of all mobile RUM lite sessions on Roku over all hours in the current month for - * all organizations (To be introduced on October 1st, 2024). + * Shows the sum of all mobile RUM lite sessions on Roku over all hours within the current month + * for all organizations (To be introduced on October 1st, 2024). * * @return rumMobileLiteSessionCountRokuAggSum */ @@ -4018,6 +4033,79 @@ public void setRumMobileLiteSessionCountRokuAggSum(Long rumMobileLiteSessionCoun this.rumMobileLiteSessionCountRokuAggSum = rumMobileLiteSessionCountRokuAggSum; } + public UsageSummaryResponse rumMobileReplaySessionCountAndroidAggSum( + Long rumMobileReplaySessionCountAndroidAggSum) { + this.rumMobileReplaySessionCountAndroidAggSum = rumMobileReplaySessionCountAndroidAggSum; + return this; + } + + /** + * Shows the sum of all mobile RUM replay sessions on Android over all hours within the current + * month for all organizations. + * + * @return rumMobileReplaySessionCountAndroidAggSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_ANDROID_AGG_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getRumMobileReplaySessionCountAndroidAggSum() { + return rumMobileReplaySessionCountAndroidAggSum; + } + + public void setRumMobileReplaySessionCountAndroidAggSum( + Long rumMobileReplaySessionCountAndroidAggSum) { + this.rumMobileReplaySessionCountAndroidAggSum = rumMobileReplaySessionCountAndroidAggSum; + } + + public UsageSummaryResponse rumMobileReplaySessionCountIosAggSum( + Long rumMobileReplaySessionCountIosAggSum) { + this.rumMobileReplaySessionCountIosAggSum = rumMobileReplaySessionCountIosAggSum; + return this; + } + + /** + * Shows the sum of all mobile RUM replay sessions on iOS over all hours within the current month + * for all organizations. + * + * @return rumMobileReplaySessionCountIosAggSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_IOS_AGG_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getRumMobileReplaySessionCountIosAggSum() { + return rumMobileReplaySessionCountIosAggSum; + } + + public void setRumMobileReplaySessionCountIosAggSum(Long rumMobileReplaySessionCountIosAggSum) { + this.rumMobileReplaySessionCountIosAggSum = rumMobileReplaySessionCountIosAggSum; + } + + public UsageSummaryResponse rumMobileReplaySessionCountReactnativeAggSum( + Long rumMobileReplaySessionCountReactnativeAggSum) { + this.rumMobileReplaySessionCountReactnativeAggSum = + rumMobileReplaySessionCountReactnativeAggSum; + return this; + } + + /** + * Shows the sum of all mobile RUM replay sessions on React Native over all hours within the + * current month for all organizations. + * + * @return rumMobileReplaySessionCountReactnativeAggSum + */ + @jakarta.annotation.Nullable + @JsonProperty(JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_REACTNATIVE_AGG_SUM) + @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS) + public Long getRumMobileReplaySessionCountReactnativeAggSum() { + return rumMobileReplaySessionCountReactnativeAggSum; + } + + public void setRumMobileReplaySessionCountReactnativeAggSum( + Long rumMobileReplaySessionCountReactnativeAggSum) { + this.rumMobileReplaySessionCountReactnativeAggSum = + rumMobileReplaySessionCountReactnativeAggSum; + } + public UsageSummaryResponse rumReplaySessionCountAggSum(Long rumReplaySessionCountAggSum) { this.rumReplaySessionCountAggSum = rumReplaySessionCountAggSum; return this; @@ -4985,6 +5073,15 @@ public boolean equals(Object o) { && Objects.equals( this.rumMobileLiteSessionCountRokuAggSum, usageSummaryResponse.rumMobileLiteSessionCountRokuAggSum) + && Objects.equals( + this.rumMobileReplaySessionCountAndroidAggSum, + usageSummaryResponse.rumMobileReplaySessionCountAndroidAggSum) + && Objects.equals( + this.rumMobileReplaySessionCountIosAggSum, + usageSummaryResponse.rumMobileReplaySessionCountIosAggSum) + && Objects.equals( + this.rumMobileReplaySessionCountReactnativeAggSum, + usageSummaryResponse.rumMobileReplaySessionCountReactnativeAggSum) && Objects.equals( this.rumReplaySessionCountAggSum, usageSummaryResponse.rumReplaySessionCountAggSum) && Objects.equals(this.rumSessionCountAggSum, usageSummaryResponse.rumSessionCountAggSum) @@ -5186,6 +5283,9 @@ public int hashCode() { rumMobileLiteSessionCountIosAggSum, rumMobileLiteSessionCountReactnativeAggSum, rumMobileLiteSessionCountRokuAggSum, + rumMobileReplaySessionCountAndroidAggSum, + rumMobileReplaySessionCountIosAggSum, + rumMobileReplaySessionCountReactnativeAggSum, rumReplaySessionCountAggSum, rumSessionCountAggSum, rumTotalSessionCountAggSum, @@ -5592,6 +5692,15 @@ public String toString() { sb.append(" rumMobileLiteSessionCountRokuAggSum: ") .append(toIndentedString(rumMobileLiteSessionCountRokuAggSum)) .append("\n"); + sb.append(" rumMobileReplaySessionCountAndroidAggSum: ") + .append(toIndentedString(rumMobileReplaySessionCountAndroidAggSum)) + .append("\n"); + sb.append(" rumMobileReplaySessionCountIosAggSum: ") + .append(toIndentedString(rumMobileReplaySessionCountIosAggSum)) + .append("\n"); + sb.append(" rumMobileReplaySessionCountReactnativeAggSum: ") + .append(toIndentedString(rumMobileReplaySessionCountReactnativeAggSum)) + .append("\n"); sb.append(" rumReplaySessionCountAggSum: ") .append(toIndentedString(rumReplaySessionCountAggSum)) .append("\n");