public class SubButton extends AlipayObject
| Constructor and Description |
|---|
SubButton() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionParam()
Gets action param.
|
String |
getActionType()
Gets action type.
|
String |
getIcon()
Gets icon.
|
String |
getName()
Gets name.
|
void |
setActionParam(String actionParam)
Sets action param.
|
void |
setActionType(String actionType)
Sets action type.
|
void |
setIcon(String icon)
Sets icon.
|
void |
setName(String name)
Sets name.
|
public String getActionParam()
public void setActionParam(String actionParam)
actionParam - the action parampublic String getActionType()
public void setActionType(String actionType)
actionType - the action typepublic String getIcon()
public void setIcon(String icon)
icon - the iconpublic String getName()
public void setName(String name)
name - the nameCopyright © 2018. All rights reserved.