public class AlipayBusinessRelationProductApplyModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayBusinessRelationProductApplyModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
BusinessRelationApplyTargetInfo |
getApplyTargetInfo() |
BusinessRelationAttachmentInfo |
getAttachmentInfo() |
String |
getBizNo() |
String |
getGroupId() |
String |
getGroupSubType() |
String |
getGroupType() |
String |
getOperationType() |
String |
getOutBizNo() |
String |
getProductCode() |
void |
setApplyTargetInfo(BusinessRelationApplyTargetInfo applyTargetInfo) |
void |
setAttachmentInfo(BusinessRelationAttachmentInfo attachmentInfo) |
void |
setBizNo(String bizNo) |
void |
setGroupId(String groupId) |
void |
setGroupSubType(String groupSubType) |
void |
setGroupType(String groupType) |
void |
setOperationType(String operationType) |
void |
setOutBizNo(String outBizNo) |
void |
setProductCode(String productCode) |
public BusinessRelationApplyTargetInfo getApplyTargetInfo()
public void setApplyTargetInfo(BusinessRelationApplyTargetInfo applyTargetInfo)
public BusinessRelationAttachmentInfo getAttachmentInfo()
public void setAttachmentInfo(BusinessRelationAttachmentInfo attachmentInfo)
public String getBizNo()
public void setBizNo(String bizNo)
public String getGroupId()
public void setGroupId(String groupId)
public String getGroupSubType()
public void setGroupSubType(String groupSubType)
public String getGroupType()
public void setGroupType(String groupType)
public String getOperationType()
public void setOperationType(String operationType)
public String getOutBizNo()
public void setOutBizNo(String outBizNo)
public String getProductCode()
public void setProductCode(String productCode)
Copyright © 2023. All rights reserved.