public class SupportFunction extends AlipayObject
Constructor and Description |
---|
SupportFunction() |
Modifier and Type | Method and Description |
---|---|
String |
getCardName()
Gets card name.
|
String |
getCardType()
Gets card type.
|
List<String> |
getFunctionType()
Gets function type.
|
String |
getGotoUrl()
Gets goto url.
|
void |
setCardName(String cardName)
Sets card name.
|
void |
setCardType(String cardType)
Sets card type.
|
void |
setFunctionType(List<String> functionType)
Sets function type.
|
void |
setGotoUrl(String gotoUrl)
Sets goto url.
|
public String getCardName()
public void setCardName(String cardName)
cardName
- the card namepublic String getCardType()
public void setCardType(String cardType)
cardType
- the card typepublic List<String> getFunctionType()
public void setFunctionType(List<String> functionType)
functionType
- the function typepublic String getGotoUrl()
public void setGotoUrl(String gotoUrl)
gotoUrl
- the goto urlCopyright © 2018. All rights reserved.