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