public class CommodityBaseInfo extends AlipayObject
Constructor and Description |
---|
CommodityBaseInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getLogo()
Gets logo.
|
String |
getMemo()
Gets memo.
|
String |
getName()
Gets name.
|
String |
getServiceUrl()
Gets service url.
|
void |
setLogo(String logo)
Sets logo.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setName(String name)
Sets name.
|
void |
setServiceUrl(String serviceUrl)
Sets service url.
|
public String getLogo()
public void setLogo(String logo)
logo
- the logopublic String getMemo()
public void setMemo(String memo)
memo
- the memopublic String getName()
public void setName(String name)
name
- the namepublic String getServiceUrl()
public void setServiceUrl(String serviceUrl)
serviceUrl
- the service urlCopyright © 2018. All rights reserved.