public class AlertDeliverySpec extends Object implements Serializable
Constructor and Description |
---|
AlertDeliverySpec(boolean push,
boolean inbox,
boolean email) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEmail()
Get whether email notification is enabled.
|
boolean |
isInbox()
Get whether the inbox notification is enabled.
|
boolean |
isPush()
Get whether push notification is enabled.
|
public AlertDeliverySpec(boolean push, boolean inbox, boolean email)
public boolean isPush()
public boolean isInbox()
public boolean isEmail()
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.