public class AlipayOpenAppCommunityDataSyncModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayOpenAppCommunityDataSyncModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAction() |
String |
getBatchNo() |
String |
getBizType() |
List<BizData> |
getDataList() |
String |
getType() |
void |
setAction(String action) |
void |
setBatchNo(String batchNo) |
void |
setBizType(String bizType) |
void |
setDataList(List<BizData> dataList) |
void |
setType(String type) |
public String getAction()
public void setAction(String action)
public String getBatchNo()
public void setBatchNo(String batchNo)
public String getBizType()
public void setBizType(String bizType)
public String getType()
public void setType(String type)
Copyright © 2020. All rights reserved.