Class LegacyNotificationIm
- java.lang.Object
-
- com.atlassian.bamboo.notification.LegacyNotificationIm
-
public class LegacyNotificationIm extends Object
-
-
Constructor Summary
Constructors Constructor Description LegacyNotificationIm(String address, String content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object obj)
boolean
equals(Object o)
String
getAddress()
String
getContent()
int
hashCode()
void
setAddress(String address)
void
setContent(String content)
-