public class WxCpUserExternalContactList extends Object implements Serializable
外部联系人列表 Created by Joe Cao on 2019/6/16. 参考文档:https://work.weixin.qq.com/api/doc#90001/90143/91570
构造器和说明 |
---|
WxCpUserExternalContactList() |
限定符和类型 | 方法和说明 |
---|---|
static WxCpUserExternalContactList |
fromJson(String json)
From json wx cp user external contact list.
|
Long |
getErrcode()
Gets errcode.
|
String |
getErrmsg()
Gets errmsg.
|
List<String> |
getExternalUserId()
Gets external user id.
|
void |
setErrcode(Long errcode)
Sets errcode.
|
void |
setErrmsg(String errmsg)
Sets errmsg.
|
void |
setExternalUserId(List<String> externalUserId)
Sets external user id.
|
public Long getErrcode()
public void setErrcode(Long errcode)
errcode
- the errcodepublic String getErrmsg()
public void setErrmsg(String errmsg)
errmsg
- the errmsgpublic List<String> getExternalUserId()
public void setExternalUserId(List<String> externalUserId)
externalUserId
- the external user idpublic static WxCpUserExternalContactList fromJson(String json)
json
- the jsonCopyright © 2024. All rights reserved.