Class RippleNotifications
- java.lang.Object
-
- org.knowm.xchange.ripple.dto.RippleCommon
-
- org.knowm.xchange.ripple.dto.trade.RippleNotifications
-
public class RippleNotifications extends RippleCommon
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRippleNotifications.RippleNotification
-
Constructor Summary
Constructors Constructor Description RippleNotifications()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RippleNotifications.RippleNotification>getNotifications()voidsetNotifications(List<RippleNotifications.RippleNotification> value)StringtoString()-
Methods inherited from class org.knowm.xchange.ripple.dto.RippleCommon
getHash, getLedger, getState, isSuccess, isValidated, setHash, setLedger, setState, setSuccess, setValidated
-
-
-
-
Method Detail
-
getNotifications
public List<RippleNotifications.RippleNotification> getNotifications()
-
setNotifications
public void setNotifications(List<RippleNotifications.RippleNotification> value)
-
-