public class TravelMallRequest extends AlipayObject
| Constructor and Description |
|---|
TravelMallRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDistance()
Gets distance.
|
String |
getMallId()
Gets mall id.
|
void |
setDistance(Long distance)
Sets distance.
|
void |
setMallId(String mallId)
Sets mall id.
|
public Long getDistance()
public void setDistance(Long distance)
distance - the distancepublic String getMallId()
public void setMallId(String mallId)
mallId - the mall idCopyright © 2018. All rights reserved.