public class SearchBrandItems extends AlipayObject
| 构造器和说明 |
|---|
SearchBrandItems() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBoxStatus() |
List<String> |
getBrandBoxKeywords() |
String |
getBrandTemplateId() |
List<BrandBoxDetail> |
getData() |
String |
getMerchantType() |
String |
getTemplateId() |
void |
setBoxStatus(String boxStatus) |
void |
setBrandBoxKeywords(List<String> brandBoxKeywords) |
void |
setBrandTemplateId(String brandTemplateId) |
void |
setData(List<BrandBoxDetail> data) |
void |
setMerchantType(String merchantType) |
void |
setTemplateId(String templateId) |
public String getBoxStatus()
public void setBoxStatus(String boxStatus)
public String getBrandTemplateId()
public void setBrandTemplateId(String brandTemplateId)
public List<BrandBoxDetail> getData()
public void setData(List<BrandBoxDetail> data)
public String getMerchantType()
public void setMerchantType(String merchantType)
public String getTemplateId()
public void setTemplateId(String templateId)
Copyright © 2023. All rights reserved.