public class VsnHealth extends Health<VsnHealth.Category>
| Modifier and Type | Class and Description |
|---|---|
static class |
VsnHealth.Category
The components that make up a VSN's health.
|
| Constructor and Description |
|---|
VsnHealth() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<VsnHealth.Category> |
getCategoryEnumClass()
Subclasses must return the class of category enumeration that they
parameterized themselves with.
|
static VsnHealth |
valueOf(String blueprint)
Rehydrate an encoding of a VsnHealth instance.
|
compareTo, equals, getAggregateState, getState, getTimestamp, hashCode, setState, toDebugString, toEncodedString, toStringprotected Class<VsnHealth.Category> getCategoryEnumClass()
HealthgetCategoryEnumClass in class Health<VsnHealth.Category>Copyright © 2014. All Rights Reserved.