public static class OapiCollectionFormListResponse.FormSchemaSettingVo extends TaobaoObject
| 构造器和说明 |
|---|
FormSchemaSettingVo() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2020. All rights reserved.