1 package com.netease.nimlib.sdk.passthrough.model;
6 import java.io.Serializable;
16 private String fromAccid;
29 this.fromAccid = fromAccid;
48 if (property == null) {
51 String fromAccid =
property.get(IPassThroughService.PassThroughMsgTag.fromAccid);
52 String body =
property.get(IPassThroughService.PassThroughMsgTag.body);
53 long time =
property.getLong(IPassThroughService.PassThroughMsgTag.time);
PassthroughNotifyData(String fromAccid, String body, long time)
static PassthroughNotifyData fromProperty(Property property)
Created by hzsunyj on 2019-12-23.