public class DeviceBrandModel extends Object
| 构造器和说明 |
|---|
DeviceBrandModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
DeviceBrandModel |
addExcludedListItem(Long excludedListItem) |
DeviceBrandModel |
addIncludedListItem(Long includedListItem) |
boolean |
equals(Object o) |
DeviceBrandModel |
excludedList(List<Long> excludedList) |
List<Long> |
getExcludedList()
Get excludedList
|
List<Long> |
getIncludedList()
Get includedList
|
int |
hashCode() |
DeviceBrandModel |
includedList(List<Long> includedList) |
void |
setExcludedList(List<Long> excludedList) |
void |
setIncludedList(List<Long> includedList) |
String |
toString() |
public DeviceBrandModel includedList(List<Long> includedList)
public DeviceBrandModel addIncludedListItem(Long includedListItem)
public DeviceBrandModel excludedList(List<Long> excludedList)
public DeviceBrandModel addExcludedListItem(Long excludedListItem)
Copyright © 2020. All rights reserved.