public class AlipayEbppInspectCreateModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayEbppInspectCreateModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBizType() |
String |
getCreator() |
String |
getDataFromType() |
Boolean |
getIsSyncCheck() |
String |
getOutBizNo() |
List<MstDataSyncServiceEntity> |
getServiceList() |
void |
setBizType(String bizType) |
void |
setCreator(String creator) |
void |
setDataFromType(String dataFromType) |
void |
setIsSyncCheck(Boolean isSyncCheck) |
void |
setOutBizNo(String outBizNo) |
void |
setServiceList(List<MstDataSyncServiceEntity> serviceList) |
public String getBizType()
public void setBizType(String bizType)
public String getCreator()
public void setCreator(String creator)
public String getDataFromType()
public void setDataFromType(String dataFromType)
public Boolean getIsSyncCheck()
public void setIsSyncCheck(Boolean isSyncCheck)
public String getOutBizNo()
public void setOutBizNo(String outBizNo)
public List<MstDataSyncServiceEntity> getServiceList()
public void setServiceList(List<MstDataSyncServiceEntity> serviceList)
Copyright © 2020. All rights reserved.