public class KoubeiShopExternalDataSyncModel extends AlipayObject
| Constructor and Description |
|---|
KoubeiShopExternalDataSyncModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets action.
|
String |
getContent()
Gets content.
|
String |
getDataSource()
Gets data source.
|
Long |
getDataVersion()
Gets data version.
|
String |
getExternalShopId()
Gets external shop id.
|
String |
getShopId()
Gets shop id.
|
void |
setAction(String action)
Sets action.
|
void |
setContent(String content)
Sets content.
|
void |
setDataSource(String dataSource)
Sets data source.
|
void |
setDataVersion(Long dataVersion)
Sets data version.
|
void |
setExternalShopId(String externalShopId)
Sets external shop id.
|
void |
setShopId(String shopId)
Sets shop id.
|
public String getAction()
public void setAction(String action)
action - the actionpublic String getContent()
public void setContent(String content)
content - the contentpublic String getDataSource()
public void setDataSource(String dataSource)
dataSource - the data sourcepublic Long getDataVersion()
public void setDataVersion(Long dataVersion)
dataVersion - the data versionpublic String getExternalShopId()
public void setExternalShopId(String externalShopId)
externalShopId - the external shop idpublic String getShopId()
public void setShopId(String shopId)
shopId - the shop idCopyright © 2018. All rights reserved.