public class Filter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Filter.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
com.google.common.base.Optional<Set<DeviceFilter>> |
getDevices() |
com.google.common.base.Optional<Set<DeviceFilterType>> |
getDeviceTypes() |
com.google.common.base.Optional<Integer> |
getLatency() |
com.google.common.base.Optional<Set<NotificationFilter>> |
getNotifications() |
com.google.common.base.Optional<Set<EventType>> |
getTypes() |
int |
hashCode() |
static Filter.Builder |
newBuilder() |
String |
toString() |
public static Filter.Builder newBuilder()
public com.google.common.base.Optional<Set<DeviceFilterType>> getDeviceTypes()
public com.google.common.base.Optional<Set<NotificationFilter>> getNotifications()
public com.google.common.base.Optional<Set<DeviceFilter>> getDevices()
public com.google.common.base.Optional<Integer> getLatency()
Copyright © 2016. All rights reserved.