You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/eventgrid/azure-messaging-eventgrid-systemevents/customization/src/main/java/EventGridSystemEventsCustomization.java
Copy file name to clipboardExpand all lines: sdk/eventgrid/azure-messaging-eventgrid-systemevents/src/main/java/com/azure/messaging/eventgrid/systemevents/AcsMessageDeliveryStatusUpdatedEventData.java
+30-48Lines changed: 30 additions & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
2
// Licensed under the MIT License.
3
3
// Code generated by Microsoft (R) TypeSpec Code Generator.
Copy file name to clipboardExpand all lines: sdk/eventgrid/azure-messaging-eventgrid-systemevents/src/main/java/com/azure/messaging/eventgrid/systemevents/AcsMessageEventData.java
+31-42Lines changed: 31 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,13 @@ public class AcsMessageEventData implements JsonSerializable<AcsMessageEventData
26
26
* The message sender
27
27
*/
28
28
@Generated
29
-
privateStringfrom;
29
+
privatefinalStringfrom;
30
30
31
31
/*
32
32
* The message recipient
33
33
*/
34
34
@Generated
35
-
privateStringto;
35
+
privatefinalStringto;
36
36
37
37
/*
38
38
* The time message was received
@@ -44,18 +44,20 @@ public class AcsMessageEventData implements JsonSerializable<AcsMessageEventData
44
44
* The channel event error
45
45
*/
46
46
@Generated
47
-
privatefinalAcsMessageChannelEventErrorerror;
47
+
privateAcsMessageChannelEventErrorerror;
48
48
49
49
/**
50
50
* Creates an instance of AcsMessageEventData class.
51
51
*
52
+
* @param from the from value to set.
53
+
* @param to the to value to set.
52
54
* @param receivedTimestamp the receivedTimestamp value to set.
0 commit comments