public class AlipayOpenPublicGroupModifyModel extends AlipayObject
Constructor and Description |
---|
AlipayOpenPublicGroupModifyModel() |
Modifier and Type | Method and Description |
---|---|
String |
getGroupId()
Gets group id.
|
List<ComplexLabelRule> |
getLabelRule()
Gets label rule.
|
String |
getName()
Gets name.
|
void |
setGroupId(String groupId)
Sets group id.
|
void |
setLabelRule(List<ComplexLabelRule> labelRule)
Sets label rule.
|
void |
setName(String name)
Sets name.
|
public String getGroupId()
public void setGroupId(String groupId)
groupId
- the group idpublic List<ComplexLabelRule> getLabelRule()
public void setLabelRule(List<ComplexLabelRule> labelRule)
labelRule
- the label rulepublic String getName()
public void setName(String name)
name
- the nameCopyright © 2018. All rights reserved.