public class ObjectStatus extends Object
Constructor and Description |
---|
ObjectStatus(ServiceStatus serviceStatus,
String description)
Create a new objectStatus with the provided ServiceStatus and description
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Description of the status of the object in the cache.
|
ServiceStatus |
getServiceStatus()
The status of the object in the cache.
|
int |
hashCode() |
String |
toString() |
public ObjectStatus(ServiceStatus serviceStatus, String description)
serviceStatus
- the ServiceStatus to be publisheddescription
- an optional (null accepted) description of this statuspublic ServiceStatus getServiceStatus()
public String getDescription()
Please send bug reports and comments to Caplin support