public static class OapiCollectionFormGetResponse.FormSchemaSettingVo extends TaobaoObject
| Constructor and Description |
|---|
FormSchemaSettingVo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBizType() |
Date |
getCreateTime() |
Date |
getEndTime() |
Long |
getFormType() |
List<Long> |
getLoopDays() |
String |
getLoopTime() |
Long |
getShouldParticipationCnt() |
Boolean |
getStop() |
void |
setBizType(Long bizType) |
void |
setCreateTime(Date createTime) |
void |
setEndTime(Date endTime) |
void |
setFormType(Long formType) |
void |
setLoopDays(List<Long> loopDays) |
void |
setLoopTime(String loopTime) |
void |
setShouldParticipationCnt(Long shouldParticipationCnt) |
void |
setStop(Boolean stop) |
public Long getBizType()
public void setBizType(Long bizType)
public Date getCreateTime()
public void setCreateTime(Date createTime)
public Date getEndTime()
public void setEndTime(Date endTime)
public Long getFormType()
public void setFormType(Long formType)
public String getLoopTime()
public void setLoopTime(String loopTime)
public Long getShouldParticipationCnt()
public void setShouldParticipationCnt(Long shouldParticipationCnt)
public Boolean getStop()
public void setStop(Boolean stop)
Copyright © 2021. All rights reserved.