public class Filter extends AlipayObject
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
LabelContext |
getContext()
Gets context.
|
String |
getTemplate()
Gets template.
|
void |
setContext(LabelContext context)
Sets context.
|
void |
setTemplate(String template)
Sets template.
|
public LabelContext getContext()
public void setContext(LabelContext context)
context - the contextpublic String getTemplate()
public void setTemplate(String template)
template - the templateCopyright © 2018. All rights reserved.