public class RecItemInfo extends AlipayObject
Constructor and Description |
---|
RecItemInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAreaCode()
Gets area code.
|
String |
getBizType()
Gets biz type.
|
String |
getDescription()
Gets description.
|
String |
getExtInfo()
Gets ext info.
|
String |
getIcon()
Gets icon.
|
String |
getItemCode()
Gets item code.
|
String |
getItemId()
Gets item id.
|
String |
getName()
Gets name.
|
String |
getServiceCode()
Gets service code.
|
String |
getStatus()
Gets status.
|
String |
getType()
Gets type.
|
String |
getUrl()
Gets url.
|
void |
setAreaCode(String areaCode)
Sets area code.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setDescription(String description)
Sets description.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setIcon(String icon)
Sets icon.
|
void |
setItemCode(String itemCode)
Sets item code.
|
void |
setItemId(String itemId)
Sets item id.
|
void |
setName(String name)
Sets name.
|
void |
setServiceCode(String serviceCode)
Sets service code.
|
void |
setStatus(String status)
Sets status.
|
void |
setType(String type)
Sets type.
|
void |
setUrl(String url)
Sets url.
|
public String getAreaCode()
public void setAreaCode(String areaCode)
areaCode
- the area codepublic String getBizType()
public void setBizType(String bizType)
bizType
- the biz typepublic String getDescription()
public void setDescription(String description)
description
- the descriptionpublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic String getIcon()
public void setIcon(String icon)
icon
- the iconpublic String getItemCode()
public void setItemCode(String itemCode)
itemCode
- the item codepublic String getItemId()
public void setItemId(String itemId)
itemId
- the item idpublic String getName()
public void setName(String name)
name
- the namepublic String getServiceCode()
public void setServiceCode(String serviceCode)
serviceCode
- the service codepublic String getStatus()
public void setStatus(String status)
status
- the statuspublic String getType()
public void setType(String type)
type
- the typepublic String getUrl()
public void setUrl(String url)
url
- the urlCopyright © 2018. All rights reserved.