public static class RecognizeMessageRequest.RecognizeMessageRequestItems
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
categoryId |
String |
itemId |
String |
picUrl |
Float |
price |
Map<String,String> |
property |
String |
sellerId |
List<String> |
shopCategoryIds |
String |
title |
| 构造器和说明 |
|---|
RecognizeMessageRequestItems() |
@NameInMap(value="ItemId") public String itemId
@NameInMap(value="SellerId") public String sellerId
@NameInMap(value="Title") public String title
@NameInMap(value="CategoryId") public String categoryId
@NameInMap(value="Price") public Float price
@NameInMap(value="PicUrl") public String picUrl
public static RecognizeMessageRequest.RecognizeMessageRequestItems build(Map<String,?> map) throws Exception
Exceptionpublic RecognizeMessageRequest.RecognizeMessageRequestItems setItemId(String itemId)
public String getItemId()
public RecognizeMessageRequest.RecognizeMessageRequestItems setSellerId(String sellerId)
public String getSellerId()
public RecognizeMessageRequest.RecognizeMessageRequestItems setTitle(String title)
public String getTitle()
public RecognizeMessageRequest.RecognizeMessageRequestItems setCategoryId(String categoryId)
public String getCategoryId()
public RecognizeMessageRequest.RecognizeMessageRequestItems setShopCategoryIds(List<String> shopCategoryIds)
public RecognizeMessageRequest.RecognizeMessageRequestItems setPrice(Float price)
public Float getPrice()
public RecognizeMessageRequest.RecognizeMessageRequestItems setPicUrl(String picUrl)
public String getPicUrl()
public RecognizeMessageRequest.RecognizeMessageRequestItems setProperty(Map<String,String> property)
Copyright © 2021. All rights reserved.