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

com.volcengine.model.im.IsFriendBody 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;

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

    /**
     * 

应用的唯一标志

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AppId") private Integer appId; /** *

用户 UserId

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

信箱,用做逻辑隔离。默认值为 `0`

*/ @com.alibaba.fastjson.annotation.JSONField(name = "InboxType") private Integer inboxType; /** *

需要校验用户的 UserId,一次最多检验 10 个用户

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy