public class AlipayOpenAppCommunityPartnerSyncModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayOpenAppCommunityPartnerSyncModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAction() |
String |
getRelaType() |
String |
getSourceChannel() |
String |
getSourceId() |
List<CommunityPartnerRelationDataSyncDTO> |
getTargetList() |
void |
setAction(String action) |
void |
setRelaType(String relaType) |
void |
setSourceChannel(String sourceChannel) |
void |
setSourceId(String sourceId) |
void |
setTargetList(List<CommunityPartnerRelationDataSyncDTO> targetList) |
public String getAction()
public void setAction(String action)
public String getRelaType()
public void setRelaType(String relaType)
public String getSourceChannel()
public void setSourceChannel(String sourceChannel)
public String getSourceId()
public void setSourceId(String sourceId)
public List<CommunityPartnerRelationDataSyncDTO> getTargetList()
public void setTargetList(List<CommunityPartnerRelationDataSyncDTO> targetList)
Copyright © 2023. All rights reserved.