public class AlipayOfflineProviderCollaborateTaskCompleteModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayOfflineProviderCollaborateTaskCompleteModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
getBizTime() |
List<CollaborateTaskCompleteContent> |
getContents() |
String |
getOutBizNo() |
String |
getTaskNo() |
void |
setBizTime(Date bizTime) |
void |
setContents(List<CollaborateTaskCompleteContent> contents) |
void |
setOutBizNo(String outBizNo) |
void |
setTaskNo(String taskNo) |
public AlipayOfflineProviderCollaborateTaskCompleteModel()
public Date getBizTime()
public void setBizTime(Date bizTime)
public List<CollaborateTaskCompleteContent> getContents()
public void setContents(List<CollaborateTaskCompleteContent> contents)
public String getOutBizNo()
public void setOutBizNo(String outBizNo)
public String getTaskNo()
public void setTaskNo(String taskNo)
Copyright © 2024. All rights reserved.