Package com.vrondakis.zap
Class PluginProgress
- java.lang.Object
-
- com.vrondakis.zap.PluginProgress
-
public class PluginProgress extends Object
-
-
Method Summary
Modifier and Type Method Description String
getAlerts()
String
getFormattedTimeExpired()
String
getName()
String
getRequests()
String
getRevision()
String
getStatus()
String
getTimeExpiredInMs()
String
getVersion()
-
-
-
Method Detail
-
getName
public String getName()
-
getVersion
public String getVersion()
-
getRevision
public String getRevision()
-
getStatus
public String getStatus()
-
getRequests
public String getRequests()
-
getAlerts
public String getAlerts()
-
getTimeExpiredInMs
public String getTimeExpiredInMs()
-
getFormattedTimeExpired
public String getFormattedTimeExpired()
-
-