public class FileSystemSpaceNotification extends Notification
| Constructor and Description |
|---|
FileSystemSpaceNotification(String sender,
String fileSystemId,
double percentage,
int scale,
boolean isVolatile)
Construtor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFileSystemId()
Consulta o valor do nome do file system
|
double |
getPercentage()
Consulta o valor do percentual
|
int |
getScale()
Consulta o valor de scale
|
boolean |
isVolatile()
Indica se a notificação é volátil ou não.
|
String |
toString()
Requer esta implementação apenas para auditagem nos logs do servidor.
|
getDisplay, getMustPopUp, getSender, setDisplaygetCreationDatepublic FileSystemSpaceNotification(String sender, String fileSystemId, double percentage, int scale, boolean isVolatile)
sender - Quem está enviando a notificação (não pode ser null).fileSystemId - nome do file systempercentage - percentual infomadoscale - a escala de aviso.isVolatile - volatilidade da mensagempublic final String getFileSystemId()
public final int getScale()
public final double getPercentage()
public boolean isVolatile()
isVolatile in class Notificationpublic String toString()
toString in class NotificationCopyright © 2018. All rights reserved.