public class AlipaySocialBaseChatGmemberConfirmModel extends AlipayObject
Constructor and Description |
---|
AlipaySocialBaseChatGmemberConfirmModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBizType()
Gets biz type.
|
String |
getGroupId()
Gets group id.
|
String |
getUserId()
Gets user id.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setGroupId(String groupId)
Sets group id.
|
void |
setUserId(String userId)
Sets user id.
|
public AlipaySocialBaseChatGmemberConfirmModel()
public String getBizType()
public void setBizType(String bizType)
bizType
- the biz typepublic String getGroupId()
public void setGroupId(String groupId)
groupId
- the group idpublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.