File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
src/main/java/mob/push/api/model Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -178,6 +178,15 @@ public class PushWork {
178
178
* 需要在附加字段中配置相应参数
179
179
*/
180
180
private Integer iosMutableContent ;
181
+
182
+ /**
183
+ * moblink功能的的uri
184
+ */
185
+ private String scheme ;
186
+ /**
187
+ * moblink功能的参数
188
+ */
189
+ private String data ;
181
190
182
191
public PushWork (){
183
192
@@ -451,7 +460,23 @@ public Integer getIosMutableContent() {
451
460
public void setIosMutableContent (Integer iosMutableContent ) {
452
461
this .iosMutableContent = iosMutableContent ;
453
462
}
454
-
463
+
464
+ public String getScheme () {
465
+ return scheme ;
466
+ }
467
+
468
+ public void setScheme (String scheme ) {
469
+ this .scheme = scheme ;
470
+ }
471
+
472
+ public String getData () {
473
+ return data ;
474
+ }
475
+
476
+ public void setData (String data ) {
477
+ this .data = data ;
478
+ }
479
+
455
480
/**
456
481
* 设置扩展信息
457
482
* @param unlineTime
You can’t perform that action at this time.
0 commit comments