152152 UsageSummaryDate .JSON_PROPERTY_RUM_MOBILE_LITE_SESSION_COUNT_IOS_SUM ,
153153 UsageSummaryDate .JSON_PROPERTY_RUM_MOBILE_LITE_SESSION_COUNT_REACTNATIVE_SUM ,
154154 UsageSummaryDate .JSON_PROPERTY_RUM_MOBILE_LITE_SESSION_COUNT_ROKU_SUM ,
155+ UsageSummaryDate .JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_ANDROID_SUM ,
156+ UsageSummaryDate .JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_IOS_SUM ,
157+ UsageSummaryDate .JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_REACTNATIVE_SUM ,
155158 UsageSummaryDate .JSON_PROPERTY_RUM_REPLAY_SESSION_COUNT_SUM ,
156159 UsageSummaryDate .JSON_PROPERTY_RUM_SESSION_COUNT_SUM ,
157160 UsageSummaryDate .JSON_PROPERTY_RUM_TOTAL_SESSION_COUNT_SUM ,
@@ -648,6 +651,18 @@ public class UsageSummaryDate {
648651 "rum_mobile_lite_session_count_roku_sum" ;
649652 private Long rumMobileLiteSessionCountRokuSum ;
650653
654+ public static final String JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_ANDROID_SUM =
655+ "rum_mobile_replay_session_count_android_sum" ;
656+ private Long rumMobileReplaySessionCountAndroidSum ;
657+
658+ public static final String JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_IOS_SUM =
659+ "rum_mobile_replay_session_count_ios_sum" ;
660+ private Long rumMobileReplaySessionCountIosSum ;
661+
662+ public static final String JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_REACTNATIVE_SUM =
663+ "rum_mobile_replay_session_count_reactnative_sum" ;
664+ private Long rumMobileReplaySessionCountReactnativeSum ;
665+
651666 public static final String JSON_PROPERTY_RUM_REPLAY_SESSION_COUNT_SUM =
652667 "rum_replay_session_count_sum" ;
653668 private Long rumReplaySessionCountSum ;
@@ -3348,7 +3363,7 @@ public UsageSummaryDate profilingHostTop99p(Long profilingHostTop99p) {
33483363 }
33493364
33503365 /**
3351- * Shows the 99th percentile of all profiled hosts over all hours in the current date for all
3366+ * Shows the 99th percentile of all profiled hosts over all hours within the current date for all
33523367 * organizations.
33533368 *
33543369 * @return profilingHostTop99p
@@ -3688,8 +3703,8 @@ public UsageSummaryDate rumMobileLiteSessionCountRokuSum(Long rumMobileLiteSessi
36883703 }
36893704
36903705 /**
3691- * Shows the sum of all mobile RUM lite sessions on Roku over all hours in the current date for
3692- * all organizations (To be introduced on October 1st, 2024).
3706+ * Shows the sum of all mobile RUM lite sessions on Roku over all hours within the current date
3707+ * for all organizations (To be introduced on October 1st, 2024).
36933708 *
36943709 * @return rumMobileLiteSessionCountRokuSum
36953710 */
@@ -3704,6 +3719,76 @@ public void setRumMobileLiteSessionCountRokuSum(Long rumMobileLiteSessionCountRo
37043719 this .rumMobileLiteSessionCountRokuSum = rumMobileLiteSessionCountRokuSum ;
37053720 }
37063721
3722+ public UsageSummaryDate rumMobileReplaySessionCountAndroidSum (
3723+ Long rumMobileReplaySessionCountAndroidSum ) {
3724+ this .rumMobileReplaySessionCountAndroidSum = rumMobileReplaySessionCountAndroidSum ;
3725+ return this ;
3726+ }
3727+
3728+ /**
3729+ * Shows the sum of all mobile RUM replay sessions on Android over all hours within the current
3730+ * date for the given org.
3731+ *
3732+ * @return rumMobileReplaySessionCountAndroidSum
3733+ */
3734+ @ jakarta .annotation .Nullable
3735+ @ JsonProperty (JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_ANDROID_SUM )
3736+ @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
3737+ public Long getRumMobileReplaySessionCountAndroidSum () {
3738+ return rumMobileReplaySessionCountAndroidSum ;
3739+ }
3740+
3741+ public void setRumMobileReplaySessionCountAndroidSum (Long rumMobileReplaySessionCountAndroidSum ) {
3742+ this .rumMobileReplaySessionCountAndroidSum = rumMobileReplaySessionCountAndroidSum ;
3743+ }
3744+
3745+ public UsageSummaryDate rumMobileReplaySessionCountIosSum (
3746+ Long rumMobileReplaySessionCountIosSum ) {
3747+ this .rumMobileReplaySessionCountIosSum = rumMobileReplaySessionCountIosSum ;
3748+ return this ;
3749+ }
3750+
3751+ /**
3752+ * Shows the sum of all mobile RUM replay sessions on iOS over all hours within the current date
3753+ * for the given org.
3754+ *
3755+ * @return rumMobileReplaySessionCountIosSum
3756+ */
3757+ @ jakarta .annotation .Nullable
3758+ @ JsonProperty (JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_IOS_SUM )
3759+ @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
3760+ public Long getRumMobileReplaySessionCountIosSum () {
3761+ return rumMobileReplaySessionCountIosSum ;
3762+ }
3763+
3764+ public void setRumMobileReplaySessionCountIosSum (Long rumMobileReplaySessionCountIosSum ) {
3765+ this .rumMobileReplaySessionCountIosSum = rumMobileReplaySessionCountIosSum ;
3766+ }
3767+
3768+ public UsageSummaryDate rumMobileReplaySessionCountReactnativeSum (
3769+ Long rumMobileReplaySessionCountReactnativeSum ) {
3770+ this .rumMobileReplaySessionCountReactnativeSum = rumMobileReplaySessionCountReactnativeSum ;
3771+ return this ;
3772+ }
3773+
3774+ /**
3775+ * Shows the sum of all mobile RUM replay sessions on React Native over all hours within the
3776+ * current date for the given org.
3777+ *
3778+ * @return rumMobileReplaySessionCountReactnativeSum
3779+ */
3780+ @ jakarta .annotation .Nullable
3781+ @ JsonProperty (JSON_PROPERTY_RUM_MOBILE_REPLAY_SESSION_COUNT_REACTNATIVE_SUM )
3782+ @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
3783+ public Long getRumMobileReplaySessionCountReactnativeSum () {
3784+ return rumMobileReplaySessionCountReactnativeSum ;
3785+ }
3786+
3787+ public void setRumMobileReplaySessionCountReactnativeSum (
3788+ Long rumMobileReplaySessionCountReactnativeSum ) {
3789+ this .rumMobileReplaySessionCountReactnativeSum = rumMobileReplaySessionCountReactnativeSum ;
3790+ }
3791+
37073792 public UsageSummaryDate rumReplaySessionCountSum (Long rumReplaySessionCountSum ) {
37083793 this .rumReplaySessionCountSum = rumReplaySessionCountSum ;
37093794 return this ;
@@ -4535,6 +4620,15 @@ public boolean equals(Object o) {
45354620 && Objects .equals (
45364621 this .rumMobileLiteSessionCountRokuSum ,
45374622 usageSummaryDate .rumMobileLiteSessionCountRokuSum )
4623+ && Objects .equals (
4624+ this .rumMobileReplaySessionCountAndroidSum ,
4625+ usageSummaryDate .rumMobileReplaySessionCountAndroidSum )
4626+ && Objects .equals (
4627+ this .rumMobileReplaySessionCountIosSum ,
4628+ usageSummaryDate .rumMobileReplaySessionCountIosSum )
4629+ && Objects .equals (
4630+ this .rumMobileReplaySessionCountReactnativeSum ,
4631+ usageSummaryDate .rumMobileReplaySessionCountReactnativeSum )
45384632 && Objects .equals (this .rumReplaySessionCountSum , usageSummaryDate .rumReplaySessionCountSum )
45394633 && Objects .equals (this .rumSessionCountSum , usageSummaryDate .rumSessionCountSum )
45404634 && Objects .equals (this .rumTotalSessionCountSum , usageSummaryDate .rumTotalSessionCountSum )
@@ -4714,6 +4808,9 @@ public int hashCode() {
47144808 rumMobileLiteSessionCountIosSum ,
47154809 rumMobileLiteSessionCountReactnativeSum ,
47164810 rumMobileLiteSessionCountRokuSum ,
4811+ rumMobileReplaySessionCountAndroidSum ,
4812+ rumMobileReplaySessionCountIosSum ,
4813+ rumMobileReplaySessionCountReactnativeSum ,
47174814 rumReplaySessionCountSum ,
47184815 rumSessionCountSum ,
47194816 rumTotalSessionCountSum ,
@@ -5063,6 +5160,15 @@ public String toString() {
50635160 sb .append (" rumMobileLiteSessionCountRokuSum: " )
50645161 .append (toIndentedString (rumMobileLiteSessionCountRokuSum ))
50655162 .append ("\n " );
5163+ sb .append (" rumMobileReplaySessionCountAndroidSum: " )
5164+ .append (toIndentedString (rumMobileReplaySessionCountAndroidSum ))
5165+ .append ("\n " );
5166+ sb .append (" rumMobileReplaySessionCountIosSum: " )
5167+ .append (toIndentedString (rumMobileReplaySessionCountIosSum ))
5168+ .append ("\n " );
5169+ sb .append (" rumMobileReplaySessionCountReactnativeSum: " )
5170+ .append (toIndentedString (rumMobileReplaySessionCountReactnativeSum ))
5171+ .append ("\n " );
50665172 sb .append (" rumReplaySessionCountSum: " )
50675173 .append (toIndentedString (rumReplaySessionCountSum ))
50685174 .append ("\n " );
0 commit comments