Class DeviceQueryProperty
- java.lang.Object
-
- com.flowable.engage.engine.impl.notification.push.DeviceQueryProperty
-
- All Implemented Interfaces:
Serializable
,QueryProperty
public class DeviceQueryProperty extends Object implements QueryProperty
- Author:
- Filip Hrisafov
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static DeviceQueryProperty
ID
protected String
name
-
Constructor Summary
Constructors Constructor Description DeviceQueryProperty(String name)
-
-
-
Field Detail
-
ID
public static final DeviceQueryProperty ID
-
name
protected final String name
-
-
Constructor Detail
-
DeviceQueryProperty
public DeviceQueryProperty(String name)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceQueryProperty
-
-