public class TagRuleItemDTO extends AlipayObject
| 构造器和说明 |
|---|
TagRuleItemDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TagDistDTO> |
getDatas() |
String |
getDataType() |
String |
getSceneCode() |
String |
getShowType() |
String |
getStoreType() |
String |
getTagCode() |
String |
getTagName() |
String |
getTagType() |
void |
setDatas(List<TagDistDTO> datas) |
void |
setDataType(String dataType) |
void |
setSceneCode(String sceneCode) |
void |
setShowType(String showType) |
void |
setStoreType(String storeType) |
void |
setTagCode(String tagCode) |
void |
setTagName(String tagName) |
void |
setTagType(String tagType) |
public String getDataType()
public void setDataType(String dataType)
public List<TagDistDTO> getDatas()
public void setDatas(List<TagDistDTO> datas)
public String getSceneCode()
public void setSceneCode(String sceneCode)
public String getShowType()
public void setShowType(String showType)
public String getStoreType()
public void setStoreType(String storeType)
public String getTagCode()
public void setTagCode(String tagCode)
public String getTagName()
public void setTagName(String tagName)
public String getTagType()
public void setTagType(String tagType)
Copyright © 2023. All rights reserved.