@@ -232,6 +232,15 @@ public static class PushTask extends TeaModel {
232232 @ com .aliyun .core .annotation .NameInMap ("AndroidOpenUrl" )
233233 private String androidOpenUrl ;
234234
235+ @ com .aliyun .core .annotation .NameInMap ("AndroidOppoPrivateContentParameters" )
236+ private java .util .Map <String , String > androidOppoPrivateContentParameters ;
237+
238+ @ com .aliyun .core .annotation .NameInMap ("AndroidOppoPrivateMsgTemplateId" )
239+ private String androidOppoPrivateMsgTemplateId ;
240+
241+ @ com .aliyun .core .annotation .NameInMap ("AndroidOppoPrivateTitleParameters" )
242+ private java .util .Map <String , String > androidOppoPrivateTitleParameters ;
243+
235244 @ com .aliyun .core .annotation .NameInMap ("AndroidPopupActivity" )
236245 private String androidPopupActivity ;
237246
@@ -377,15 +386,6 @@ public static class PushTask extends TeaModel {
377386 @ com .aliyun .core .annotation .NameInMap ("Trim" )
378387 private Boolean trim ;
379388
380- @ com .aliyun .core .annotation .NameInMap ("androidOppoPrivateContentParameters" )
381- private java .util .Map <String , String > androidOppoPrivateContentParameters ;
382-
383- @ com .aliyun .core .annotation .NameInMap ("androidOppoPrivateMsgTemplateId" )
384- private String androidOppoPrivateMsgTemplateId ;
385-
386- @ com .aliyun .core .annotation .NameInMap ("androidOppoPrivateTitleParameters" )
387- private java .util .Map <String , String > androidOppoPrivateTitleParameters ;
388-
389389 @ com .aliyun .core .annotation .NameInMap ("iOSApnsEnv" )
390390 private String iOSApnsEnv ;
391391
@@ -486,6 +486,9 @@ private PushTask(Builder builder) {
486486 this .androidNotifyType = builder .androidNotifyType ;
487487 this .androidOpenType = builder .androidOpenType ;
488488 this .androidOpenUrl = builder .androidOpenUrl ;
489+ this .androidOppoPrivateContentParameters = builder .androidOppoPrivateContentParameters ;
490+ this .androidOppoPrivateMsgTemplateId = builder .androidOppoPrivateMsgTemplateId ;
491+ this .androidOppoPrivateTitleParameters = builder .androidOppoPrivateTitleParameters ;
489492 this .androidPopupActivity = builder .androidPopupActivity ;
490493 this .androidPopupBody = builder .androidPopupBody ;
491494 this .androidPopupTitle = builder .androidPopupTitle ;
@@ -531,9 +534,6 @@ private PushTask(Builder builder) {
531534 this .targetValue = builder .targetValue ;
532535 this .title = builder .title ;
533536 this .trim = builder .trim ;
534- this .androidOppoPrivateContentParameters = builder .androidOppoPrivateContentParameters ;
535- this .androidOppoPrivateMsgTemplateId = builder .androidOppoPrivateMsgTemplateId ;
536- this .androidOppoPrivateTitleParameters = builder .androidOppoPrivateTitleParameters ;
537537 this .iOSApnsEnv = builder .iOSApnsEnv ;
538538 this .iOSBadge = builder .iOSBadge ;
539539 this .iOSBadgeAutoIncrement = builder .iOSBadgeAutoIncrement ;
@@ -797,6 +797,27 @@ public String getAndroidOpenUrl() {
797797 return this .androidOpenUrl ;
798798 }
799799
800+ /**
801+ * @return androidOppoPrivateContentParameters
802+ */
803+ public java .util .Map <String , String > getAndroidOppoPrivateContentParameters () {
804+ return this .androidOppoPrivateContentParameters ;
805+ }
806+
807+ /**
808+ * @return androidOppoPrivateMsgTemplateId
809+ */
810+ public String getAndroidOppoPrivateMsgTemplateId () {
811+ return this .androidOppoPrivateMsgTemplateId ;
812+ }
813+
814+ /**
815+ * @return androidOppoPrivateTitleParameters
816+ */
817+ public java .util .Map <String , String > getAndroidOppoPrivateTitleParameters () {
818+ return this .androidOppoPrivateTitleParameters ;
819+ }
820+
800821 /**
801822 * @return androidPopupActivity
802823 */
@@ -1112,27 +1133,6 @@ public Boolean getTrim() {
11121133 return this .trim ;
11131134 }
11141135
1115- /**
1116- * @return androidOppoPrivateContentParameters
1117- */
1118- public java .util .Map <String , String > getAndroidOppoPrivateContentParameters () {
1119- return this .androidOppoPrivateContentParameters ;
1120- }
1121-
1122- /**
1123- * @return androidOppoPrivateMsgTemplateId
1124- */
1125- public String getAndroidOppoPrivateMsgTemplateId () {
1126- return this .androidOppoPrivateMsgTemplateId ;
1127- }
1128-
1129- /**
1130- * @return androidOppoPrivateTitleParameters
1131- */
1132- public java .util .Map <String , String > getAndroidOppoPrivateTitleParameters () {
1133- return this .androidOppoPrivateTitleParameters ;
1134- }
1135-
11361136 /**
11371137 * @return iOSApnsEnv
11381138 */
@@ -1321,6 +1321,9 @@ public static final class Builder {
13211321 private String androidNotifyType ;
13221322 private String androidOpenType ;
13231323 private String androidOpenUrl ;
1324+ private java .util .Map <String , String > androidOppoPrivateContentParameters ;
1325+ private String androidOppoPrivateMsgTemplateId ;
1326+ private java .util .Map <String , String > androidOppoPrivateTitleParameters ;
13241327 private String androidPopupActivity ;
13251328 private String androidPopupBody ;
13261329 private String androidPopupTitle ;
@@ -1366,9 +1369,6 @@ public static final class Builder {
13661369 private String targetValue ;
13671370 private String title ;
13681371 private Boolean trim ;
1369- private java .util .Map <String , String > androidOppoPrivateContentParameters ;
1370- private String androidOppoPrivateMsgTemplateId ;
1371- private java .util .Map <String , String > androidOppoPrivateTitleParameters ;
13721372 private String iOSApnsEnv ;
13731373 private Integer iOSBadge ;
13741374 private Boolean iOSBadgeAutoIncrement ;
@@ -1429,6 +1429,9 @@ private Builder(PushTask model) {
14291429 this .androidNotifyType = model .androidNotifyType ;
14301430 this .androidOpenType = model .androidOpenType ;
14311431 this .androidOpenUrl = model .androidOpenUrl ;
1432+ this .androidOppoPrivateContentParameters = model .androidOppoPrivateContentParameters ;
1433+ this .androidOppoPrivateMsgTemplateId = model .androidOppoPrivateMsgTemplateId ;
1434+ this .androidOppoPrivateTitleParameters = model .androidOppoPrivateTitleParameters ;
14321435 this .androidPopupActivity = model .androidPopupActivity ;
14331436 this .androidPopupBody = model .androidPopupBody ;
14341437 this .androidPopupTitle = model .androidPopupTitle ;
@@ -1474,9 +1477,6 @@ private Builder(PushTask model) {
14741477 this .targetValue = model .targetValue ;
14751478 this .title = model .title ;
14761479 this .trim = model .trim ;
1477- this .androidOppoPrivateContentParameters = model .androidOppoPrivateContentParameters ;
1478- this .androidOppoPrivateMsgTemplateId = model .androidOppoPrivateMsgTemplateId ;
1479- this .androidOppoPrivateTitleParameters = model .androidOppoPrivateTitleParameters ;
14801480 this .iOSApnsEnv = model .iOSApnsEnv ;
14811481 this .iOSBadge = model .iOSBadge ;
14821482 this .iOSBadgeAutoIncrement = model .iOSBadgeAutoIncrement ;
@@ -1765,6 +1765,30 @@ public Builder androidOpenUrl(String androidOpenUrl) {
17651765 return this ;
17661766 }
17671767
1768+ /**
1769+ * AndroidOppoPrivateContentParameters.
1770+ */
1771+ public Builder androidOppoPrivateContentParameters (java .util .Map <String , String > androidOppoPrivateContentParameters ) {
1772+ this .androidOppoPrivateContentParameters = androidOppoPrivateContentParameters ;
1773+ return this ;
1774+ }
1775+
1776+ /**
1777+ * AndroidOppoPrivateMsgTemplateId.
1778+ */
1779+ public Builder androidOppoPrivateMsgTemplateId (String androidOppoPrivateMsgTemplateId ) {
1780+ this .androidOppoPrivateMsgTemplateId = androidOppoPrivateMsgTemplateId ;
1781+ return this ;
1782+ }
1783+
1784+ /**
1785+ * AndroidOppoPrivateTitleParameters.
1786+ */
1787+ public Builder androidOppoPrivateTitleParameters (java .util .Map <String , String > androidOppoPrivateTitleParameters ) {
1788+ this .androidOppoPrivateTitleParameters = androidOppoPrivateTitleParameters ;
1789+ return this ;
1790+ }
1791+
17681792 /**
17691793 * AndroidPopupActivity.
17701794 */
@@ -2137,30 +2161,6 @@ public Builder trim(Boolean trim) {
21372161 return this ;
21382162 }
21392163
2140- /**
2141- * androidOppoPrivateContentParameters.
2142- */
2143- public Builder androidOppoPrivateContentParameters (java .util .Map <String , String > androidOppoPrivateContentParameters ) {
2144- this .androidOppoPrivateContentParameters = androidOppoPrivateContentParameters ;
2145- return this ;
2146- }
2147-
2148- /**
2149- * androidOppoPrivateMsgTemplateId.
2150- */
2151- public Builder androidOppoPrivateMsgTemplateId (String androidOppoPrivateMsgTemplateId ) {
2152- this .androidOppoPrivateMsgTemplateId = androidOppoPrivateMsgTemplateId ;
2153- return this ;
2154- }
2155-
2156- /**
2157- * androidOppoPrivateTitleParameters.
2158- */
2159- public Builder androidOppoPrivateTitleParameters (java .util .Map <String , String > androidOppoPrivateTitleParameters ) {
2160- this .androidOppoPrivateTitleParameters = androidOppoPrivateTitleParameters ;
2161- return this ;
2162- }
2163-
21642164 /**
21652165 * iOSApnsEnv.
21662166 */
0 commit comments