1 package com.netease.nimlib.sdk.friend.model;
5 import java.io.Serializable;
12 private String account;
19 this.account = account;
20 this.verifyType = verifyType;
24 this.account = account;
25 this.verifyType = verifyType;
AddFriendData(String account, VerifyType verifyType, String msg)
VerifyType getVerifyType()
获取好友请求方式
AddFriendData(String account, VerifyType verifyType)