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: clients/google-api-services-youtube/v3/2.0.0/com/google/api/services/youtube/model/LiveChatGiftDetails.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -72,11 +72,11 @@ public final class LiveChatGiftDetails extends com.google.api.client.json.Generi
72
72
privatejava.lang.BooleanhasVisualEffect;
73
73
74
74
/**
75
-
* The cost of the gift in jewels.
75
+
* The value of the gift in jewels.
76
76
* The value may be {@code null}.
77
77
*/
78
78
@com.google.api.client.util.Key
79
-
privatejava.lang.IntegerjewelsCount;
79
+
privatejava.lang.IntegerjewelsAmount;
80
80
81
81
/**
82
82
* The BCP-47 language code of the gift.
@@ -188,19 +188,19 @@ public LiveChatGiftDetails setHasVisualEffect(java.lang.Boolean hasVisualEffect)
188
188
}
189
189
190
190
/**
191
-
* The cost of the gift in jewels.
191
+
* The value of the gift in jewels.
192
192
* @return value or {@code null} for none
193
193
*/
194
-
publicjava.lang.IntegergetJewelsCount() {
195
-
returnjewelsCount;
194
+
publicjava.lang.IntegergetJewelsAmount() {
195
+
returnjewelsAmount;
196
196
}
197
197
198
198
/**
199
-
* The cost of the gift in jewels.
200
-
* @param jewelsCount jewelsCount or {@code null} for none
199
+
* The value of the gift in jewels.
200
+
* @param jewelsAmount jewelsAmount or {@code null} for none
0 commit comments