All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.model.im.BatchUpdateLiveParticipantsBodyParticipantInfosItem Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.im;


import com.alibaba.fastjson.JSON;

import java.util.List;
import java.util.Map;

/**
 * BatchUpdateLiveParticipantsBodyParticipantInfosItem
 */
@lombok.Data
public final class BatchUpdateLiveParticipantsBodyParticipantInfosItem  {

    /**
     * 

群成员用户 ID

*/ @com.alibaba.fastjson.annotation.JSONField(name = "UserId") private Long userId; /** *

群成员头像。`AvatarUrl`、`NickName`和`Ext`均为非必填参数,但是至少需要填一个,否则服务端会报错。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AvatarUrl") private String avatarUrl; /** *

群成员昵称

*/ @com.alibaba.fastjson.annotation.JSONField(name = "NickName") private String nickName; /** *

群成员扩展字段。`key` 的类型为 `String`,`value` 的类型为 `String`。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Ext") private Map ext; /** *

群成员标记

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Marks") private List marks; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy