NIMSDK-AOS  9.16.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.qchat.model.QChatMsgUpdateInfo接口 参考

消息更新信息 更多...

类 com.netease.nimlib.sdk.qchat.model.QChatMsgUpdateInfo 继承关系图:

Public 成员函数

String getOperatorAccount ()
 获取操作账号 更多...
 
void setOperatorAccount (String operatorAccount)
 设置操作账号 更多...
 
int getOperatorClientType ()
 获取操作客户端类型 更多...
 
void setOperatorClientType (int operatorClientType)
 设置操作客户端类型 更多...
 
String getMsg ()
 获取操作附言 更多...
 
void setMsg (String msg)
 设置操作附言 更多...
 
String getExt ()
 获取操作扩展字段 更多...
 
void setExt (String ext)
 设置操作扩展字段 更多...
 
String getPushContent ()
 获取推送文案 更多...
 
void setPushContent (String pushContent)
 设置推送文案 更多...
 
String getPushPayload ()
 获取推送payload 更多...
 
void setPushPayload (String pushPayload)
 设置推送payload 更多...
 
Boolean getRouteEnable ()
 是否需要抄送 更多...
 
String getEnv ()
 获取环境变量,用户可以根据不同的env配置不同的抄送和回调地址 更多...
 

详细描述

消息更新信息

在文件 QChatMsgUpdateInfo.java8 行定义.

成员函数说明

◆ getEnv()

String com.netease.nimlib.sdk.qchat.model.QChatMsgUpdateInfo.getEnv ( )

获取环境变量,用户可以根据不同的env配置不同的抄送和回调地址

返回

◆ getExt()

String com.netease.nimlib.sdk.qchat.model.QChatMsgUpdateInfo.getExt ( )

获取操作扩展字段

返回

◆ getMsg()

String com.netease.nimlib.sdk.qchat.model.QChatMsgUpdateInfo.getMsg ( )

获取操作附言

返回

◆ getOperatorAccount()

String com.netease.nimlib.sdk.qchat.model.QChatMsgUpdateInfo.getOperatorAccount ( )

获取操作账号

返回

◆ getOperatorClientType()

int com.netease.nimlib.sdk.qchat.model.QChatMsgUpdateInfo.getOperatorClientType ( )

获取操作客户端类型

返回

◆ getPushContent()

String com.netease.nimlib.sdk.qchat.model.QChatMsgUpdateInfo.getPushContent ( )

获取推送文案

返回

◆ getPushPayload()

String com.netease.nimlib.sdk.qchat.model.QChatMsgUpdateInfo.getPushPayload ( )

获取推送payload

返回

◆ getRouteEnable()

Boolean com.netease.nimlib.sdk.qchat.model.QChatMsgUpdateInfo.getRouteEnable ( )

是否需要抄送

返回

◆ setExt()

void com.netease.nimlib.sdk.qchat.model.QChatMsgUpdateInfo.setExt ( String  ext)

设置操作扩展字段

参数
ext

◆ setMsg()

void com.netease.nimlib.sdk.qchat.model.QChatMsgUpdateInfo.setMsg ( String  msg)

设置操作附言

参数
msg

◆ setOperatorAccount()

void com.netease.nimlib.sdk.qchat.model.QChatMsgUpdateInfo.setOperatorAccount ( String  operatorAccount)

设置操作账号

参数
operatorAccount

◆ setOperatorClientType()

void com.netease.nimlib.sdk.qchat.model.QChatMsgUpdateInfo.setOperatorClientType ( int  operatorClientType)

设置操作客户端类型

参数
operatorClientType

◆ setPushContent()

void com.netease.nimlib.sdk.qchat.model.QChatMsgUpdateInfo.setPushContent ( String  pushContent)

设置推送文案

参数
pushContent

◆ setPushPayload()

void com.netease.nimlib.sdk.qchat.model.QChatMsgUpdateInfo.setPushPayload ( String  pushPayload)

设置推送payload

参数
pushPayload

该接口的文档由以下文件生成: