public class AlipayMerchantGroupActivityCreateModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayMerchantGroupActivityCreateModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBizType() |
CustomActivityContentVO |
getCustomContent() |
Date |
getGmtEnd() |
Date |
getGmtStart() |
List<String> |
getGroupIds() |
Long |
getPriority() |
void |
setBizType(String bizType) |
void |
setCustomContent(CustomActivityContentVO customContent) |
void |
setGmtEnd(Date gmtEnd) |
void |
setGmtStart(Date gmtStart) |
void |
setGroupIds(List<String> groupIds) |
void |
setPriority(Long priority) |
public String getBizType()
public void setBizType(String bizType)
public CustomActivityContentVO getCustomContent()
public void setCustomContent(CustomActivityContentVO customContent)
public Date getGmtEnd()
public void setGmtEnd(Date gmtEnd)
public Date getGmtStart()
public void setGmtStart(Date gmtStart)
public Long getPriority()
public void setPriority(Long priority)
Copyright © 2024. All rights reserved.