Class NotificationProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.notification.NotificationProperties
-
- All Implemented Interfaces:
EntityProperties
- Direct Known Subclasses:
EmptyNotificationsListProperties
@Immutable public class NotificationProperties extends java.lang.Object implements EntityProperties
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNotificationProperties()NotificationProperties(NotificationTypeProperties type, java.util.List<NotificationRecipientProperties> recipients)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<NotificationRecipientProperties>getRecipients()NotificationTypePropertiesgetType()inthashCode()voidvalidate()
-
-
-
Constructor Detail
-
NotificationProperties
protected NotificationProperties()
-
NotificationProperties
public NotificationProperties(NotificationTypeProperties type, java.util.List<NotificationRecipientProperties> recipients)
-
-
Method Detail
-
getType
public NotificationTypeProperties getType()
-
getRecipients
public java.util.List<NotificationRecipientProperties> getRecipients()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-