Class DeviceTreeFilter
java.lang.Object
ru.bitel.oss.systems.inventory.resource.common.bean.DeviceTreeFilter
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DeviceTreeFilter.Builder
builder()
getHost()
boolean
void
setDateFrom
(Date dateFrom) void
void
setDeviceGroupIds
(Set<Integer> deviceGroupIds) void
setDeviceTypeIds
(Set<Integer> deviceTypeIds) void
setEntityFilter
(List<FilterEntityAttr> entityFilter) void
void
setIdentifier
(String identifier) void
setIntersectDateFrom
(Date intersectDateFrom) void
setIntersectDateTo
(Date intersectDateTo) void
setLoadDeviceGroupLink
(boolean loadDeviceGroupLink)
-
Constructor Details
-
DeviceTreeFilter
public DeviceTreeFilter()
-
-
Method Details
-
getIdentifier
-
getHost
-
getDeviceTypeIds
-
getDeviceGroupIds
-
getDateFrom
-
getDateTo
-
getIntersectDateFrom
-
getIntersectDateTo
-
getEntityFilter
-
isLoadDeviceGroupLink
public boolean isLoadDeviceGroupLink() -
setIdentifier
-
setHost
-
setDeviceTypeIds
-
setDeviceGroupIds
-
setDateFrom
-
setDateTo
-
setIntersectDateFrom
-
setIntersectDateTo
-
setEntityFilter
-
setLoadDeviceGroupLink
public void setLoadDeviceGroupLink(boolean loadDeviceGroupLink) -
builder
-