public class AlipayEcoContractProcessSyncModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayEcoContractProcessSyncModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBatchNo() |
List<ContractManagerProcessSyncRequest> |
getFlows() |
String |
getSignPlatformCode() |
void |
setBatchNo(String batchNo) |
void |
setFlows(List<ContractManagerProcessSyncRequest> flows) |
void |
setSignPlatformCode(String signPlatformCode) |
public String getBatchNo()
public void setBatchNo(String batchNo)
public List<ContractManagerProcessSyncRequest> getFlows()
public void setFlows(List<ContractManagerProcessSyncRequest> flows)
public String getSignPlatformCode()
public void setSignPlatformCode(String signPlatformCode)
Copyright © 2023. All rights reserved.