public class Interest extends Object
| 构造器和说明 |
|---|
Interest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Interest |
addCategoryIdListItem(Long categoryIdListItem) |
Interest |
addKeywordListItem(String keywordListItem) |
Interest |
addTargetingTagsItem(String targetingTagsItem) |
Interest |
categoryIdList(List<Long> categoryIdList) |
boolean |
equals(Object o) |
List<Long> |
getCategoryIdList()
Get categoryIdList
|
List<String> |
getKeywordList()
Get keywordList
|
List<String> |
getTargetingTags()
Get targetingTags
|
int |
hashCode() |
Interest |
keywordList(List<String> keywordList) |
void |
setCategoryIdList(List<Long> categoryIdList) |
void |
setKeywordList(List<String> keywordList) |
void |
setTargetingTags(List<String> targetingTags) |
Interest |
targetingTags(List<String> targetingTags) |
String |
toString() |
Copyright © 2020. All rights reserved.