public static class OapiCollectionFormGetResponse.PageResult extends TaobaoObject
| Constructor and Description |
|---|
PageResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getCreator() |
String |
getMemo() |
String |
getName() |
OapiCollectionFormGetResponse.FormSchemaSettingVo |
getSetting() |
Long |
getShouldParticipationCnt() |
List<OapiCollectionFormGetResponse.ProcessVisibleValueVo> |
getVisibleList() |
void |
setContent(String content) |
void |
setCreator(String creator) |
void |
setMemo(String memo) |
void |
setName(String name) |
void |
setSetting(OapiCollectionFormGetResponse.FormSchemaSettingVo setting) |
void |
setShouldParticipationCnt(Long shouldParticipationCnt) |
void |
setVisibleList(List<OapiCollectionFormGetResponse.ProcessVisibleValueVo> visibleList) |
public String getContent()
public void setContent(String content)
public String getCreator()
public void setCreator(String creator)
public String getMemo()
public void setMemo(String memo)
public String getName()
public void setName(String name)
public OapiCollectionFormGetResponse.FormSchemaSettingVo getSetting()
public void setSetting(OapiCollectionFormGetResponse.FormSchemaSettingVo setting)
public Long getShouldParticipationCnt()
public void setShouldParticipationCnt(Long shouldParticipationCnt)
public List<OapiCollectionFormGetResponse.ProcessVisibleValueVo> getVisibleList()
public void setVisibleList(List<OapiCollectionFormGetResponse.ProcessVisibleValueVo> visibleList)
Copyright © 2021. All rights reserved.