public class BaseInfo extends AlipayObject
Constructor and Description |
---|
BaseInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAlipayFuwuName()
Gets alipay fuwu name.
|
String |
getAppName()
Gets app name.
|
List<ContactPersonInfo> |
getContactInfo()
Gets contact info.
|
String |
getLogoPic()
Gets logo pic.
|
String |
getMccCode()
Gets mcc code.
|
String |
getShortName()
Gets short name.
|
List<String> |
getSpecialLicensePic()
Gets special license pic.
|
String |
getUsageScenario()
Gets usage scenario.
|
List<String> |
getWebAddress()
Gets web address.
|
String |
getWebAuthPic()
Gets web auth pic.
|
String |
getWeixinPublicName()
Gets weixin public name.
|
void |
setAlipayFuwuName(String alipayFuwuName)
Sets alipay fuwu name.
|
void |
setAppName(String appName)
Sets app name.
|
void |
setContactInfo(List<ContactPersonInfo> contactInfo)
Sets contact info.
|
void |
setLogoPic(String logoPic)
Sets logo pic.
|
void |
setMccCode(String mccCode)
Sets mcc code.
|
void |
setShortName(String shortName)
Sets short name.
|
void |
setSpecialLicensePic(List<String> specialLicensePic)
Sets special license pic.
|
void |
setUsageScenario(String usageScenario)
Sets usage scenario.
|
void |
setWebAddress(List<String> webAddress)
Sets web address.
|
void |
setWebAuthPic(String webAuthPic)
Sets web auth pic.
|
void |
setWeixinPublicName(String weixinPublicName)
Sets weixin public name.
|
public String getAlipayFuwuName()
public void setAlipayFuwuName(String alipayFuwuName)
alipayFuwuName
- the alipay fuwu namepublic String getAppName()
public void setAppName(String appName)
appName
- the app namepublic List<ContactPersonInfo> getContactInfo()
public void setContactInfo(List<ContactPersonInfo> contactInfo)
contactInfo
- the contact infopublic String getLogoPic()
public void setLogoPic(String logoPic)
logoPic
- the logo picpublic String getMccCode()
public void setMccCode(String mccCode)
mccCode
- the mcc codepublic String getShortName()
public void setShortName(String shortName)
shortName
- the short namepublic List<String> getSpecialLicensePic()
public void setSpecialLicensePic(List<String> specialLicensePic)
specialLicensePic
- the special license picpublic String getUsageScenario()
public void setUsageScenario(String usageScenario)
usageScenario
- the usage scenariopublic void setWebAddress(List<String> webAddress)
webAddress
- the web addresspublic String getWebAuthPic()
public void setWebAuthPic(String webAuthPic)
webAuthPic
- the web auth picpublic String getWeixinPublicName()
public void setWeixinPublicName(String weixinPublicName)
weixinPublicName
- the weixin public nameCopyright © 2018. All rights reserved.