public class ShopQueryInfo extends AlipayObject
Constructor and Description |
---|
ShopQueryInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets address.
|
Boolean |
getIsIncludeCognate()
Gets is include cognate.
|
String |
getLatitude()
Gets latitude.
|
String |
getLongitude()
Gets longitude.
|
String |
getName()
Gets name.
|
String |
getPid()
Gets pid.
|
String |
getShopId()
Gets shop id.
|
String |
getShopType()
Gets shop type.
|
String |
getStoreId()
Gets store id.
|
void |
setAddress(String address)
Sets address.
|
void |
setIsIncludeCognate(Boolean isIncludeCognate)
Sets is include cognate.
|
void |
setLatitude(String latitude)
Sets latitude.
|
void |
setLongitude(String longitude)
Sets longitude.
|
void |
setName(String name)
Sets name.
|
void |
setPid(String pid)
Sets pid.
|
void |
setShopId(String shopId)
Sets shop id.
|
void |
setShopType(String shopType)
Sets shop type.
|
void |
setStoreId(String storeId)
Sets store id.
|
public String getAddress()
public void setAddress(String address)
address
- the addresspublic Boolean getIsIncludeCognate()
public void setIsIncludeCognate(Boolean isIncludeCognate)
isIncludeCognate
- the is include cognatepublic String getLatitude()
public void setLatitude(String latitude)
latitude
- the latitudepublic String getLongitude()
public void setLongitude(String longitude)
longitude
- the longitudepublic String getName()
public void setName(String name)
name
- the namepublic String getPid()
public void setPid(String pid)
pid
- the pidpublic String getShopId()
public void setShopId(String shopId)
shopId
- the shop idpublic String getShopType()
public void setShopType(String shopType)
shopType
- the shop typepublic String getStoreId()
public void setStoreId(String storeId)
storeId
- the store idCopyright © 2018. All rights reserved.