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