public class AlipayMerchantGroupDeliveryCreateModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayMerchantGroupDeliveryCreateModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBindScene() |
String |
getDeliveryJoinRuleId() |
String |
getDeliveryName() |
Date |
getEndTime() |
List<GroupAccountVO> |
getGroupAccounts() |
String |
getGroupId() |
Date |
getStartTime() |
void |
setBindScene(String bindScene) |
void |
setDeliveryJoinRuleId(String deliveryJoinRuleId) |
void |
setDeliveryName(String deliveryName) |
void |
setEndTime(Date endTime) |
void |
setGroupAccounts(List<GroupAccountVO> groupAccounts) |
void |
setGroupId(String groupId) |
void |
setStartTime(Date startTime) |
public String getBindScene()
public void setBindScene(String bindScene)
public String getDeliveryJoinRuleId()
public void setDeliveryJoinRuleId(String deliveryJoinRuleId)
public String getDeliveryName()
public void setDeliveryName(String deliveryName)
public Date getEndTime()
public void setEndTime(Date endTime)
public List<GroupAccountVO> getGroupAccounts()
public void setGroupAccounts(List<GroupAccountVO> groupAccounts)
public String getGroupId()
public void setGroupId(String groupId)
public Date getStartTime()
public void setStartTime(Date startTime)
Copyright © 2024. All rights reserved.