public class DatasourceWithAlert extends Object implements Comparable<DatasourceWithAlert>
| Modifier and Type | Field and Description |
|---|---|
String |
id |
String |
name |
long |
size |
String |
topic |
| Constructor and Description |
|---|
DatasourceWithAlert(String id,
String name,
String topic,
long size) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(DatasourceWithAlert bv) |
String |
getId() |
String |
getName() |
long |
getSize() |
String |
getTopic() |
public final String id
public final String name
public final String topic
public final long size
public int compareTo(DatasourceWithAlert bv)
compareTo in interface Comparable<DatasourceWithAlert>public String getId()
public String getName()
public String getTopic()
public long getSize()
Copyright © 2026. All rights reserved.