public class AlipaySocialBaseGroupCreateModel extends AlipayObject
Constructor and Description |
---|
AlipaySocialBaseGroupCreateModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBizNo()
Gets biz no.
|
String |
getBizType()
Gets biz type.
|
GroupSetting |
getGroupSettings()
Gets group settings.
|
String |
getMasterId()
Gets master id.
|
void |
setBizNo(String bizNo)
Sets biz no.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setGroupSettings(GroupSetting groupSettings)
Sets group settings.
|
void |
setMasterId(String masterId)
Sets master id.
|
public String getBizNo()
public void setBizNo(String bizNo)
bizNo
- the biz nopublic String getBizType()
public void setBizType(String bizType)
bizType
- the biz typepublic GroupSetting getGroupSettings()
public void setGroupSettings(GroupSetting groupSettings)
groupSettings
- the group settingspublic String getMasterId()
public void setMasterId(String masterId)
masterId
- the master idCopyright © 2018. All rights reserved.