public class AlipayOpenPublicInfoModifyModel extends AlipayObject
Constructor and Description |
---|
AlipayOpenPublicInfoModifyModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAppName()
Gets app name.
|
String |
getAuthPic()
Gets auth pic.
|
String |
getBackgroundUrl()
Gets background url.
|
String |
getIntroduction()
Gets introduction.
|
String |
getLicenseUrl()
Gets license url.
|
String |
getLogoUrl()
Gets logo url.
|
String |
getPublicGreeting()
Gets public greeting.
|
List<String> |
getShopPics()
Gets shop pics.
|
void |
setAppName(String appName)
Sets app name.
|
void |
setAuthPic(String authPic)
Sets auth pic.
|
void |
setBackgroundUrl(String backgroundUrl)
Sets background url.
|
void |
setIntroduction(String introduction)
Sets introduction.
|
void |
setLicenseUrl(String licenseUrl)
Sets license url.
|
void |
setLogoUrl(String logoUrl)
Sets logo url.
|
void |
setPublicGreeting(String publicGreeting)
Sets public greeting.
|
void |
setShopPics(List<String> shopPics)
Sets shop pics.
|
public String getAppName()
public void setAppName(String appName)
appName
- the app namepublic String getAuthPic()
public void setAuthPic(String authPic)
authPic
- the auth picpublic String getBackgroundUrl()
public void setBackgroundUrl(String backgroundUrl)
backgroundUrl
- the background urlpublic String getIntroduction()
public void setIntroduction(String introduction)
introduction
- the introductionpublic String getLicenseUrl()
public void setLicenseUrl(String licenseUrl)
licenseUrl
- the license urlpublic String getLogoUrl()
public void setLogoUrl(String logoUrl)
logoUrl
- the logo urlpublic String getPublicGreeting()
public void setPublicGreeting(String publicGreeting)
publicGreeting
- the public greetingCopyright © 2018. All rights reserved.