public static class Notifications.Notification extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Notifications.Notification.FailingMiner
A miner that is currently failing.
|
| Modifier and Type | Field and Description |
|---|---|
List<Notifications.Notification.FailingMiner> |
failingMiners
The failing miners.
|
int |
id
The notification ID.
|
java.time.Instant |
published
When the notification was published.
|
String |
subject
The subject.
|
| Constructor and Description |
|---|
Notification() |
public List<Notifications.Notification.FailingMiner> failingMiners
public int id
public java.time.Instant published
public String subject
Copyright © 2025 OBM, LLC. All rights reserved.