public class TrendingStatus extends DataStatus
valuedetailLevel, origin, priorityLevel, summary, timeStamp| Constructor and Description |
|---|
TrendingStatus() |
TrendingStatus(DataValueNotification value) |
TrendingStatus(List<? extends ValueNotification> list) |
TrendingStatus(Object value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
dummy() |
Object |
getData()
gets the data content but throws an Excepton if the object cannot be deserialized
|
String |
getDataClassName()
what is the class of the contained data?
Developers of subclasses should override this method.
|
Map<String,ObjectNType> |
getTrendingMap()
Map of Trending key/values: the values are itself of type
ObjectNType so you can get the real type to be used.
|
Object |
getValue()
Deprecated.
|
boolean |
isOfPrimitiveType()
is the content to be considered of a primitive type?
Developers of subclasses should override this method.
|
boolean |
isOfWellKnownType()
is the content of a "Well known type" as defined in ObjectNType.
|
void |
setValue(Object value)
Deprecated.
|
String |
toString() |
contentStringgetMessageType, getState, setStategetDetailLevel, getOrigin, getPriorityLevel, getSummary, getTimeStamp, setDetailLevel, setOrigin, setPriorityLevel, setSummary, setTimeStamppublic TrendingStatus()
@Deprecated public TrendingStatus(Object value)
public TrendingStatus(DataValueNotification value)
public TrendingStatus(List<? extends ValueNotification> list)
public String dummy()
@Deprecated public Object getValue()
public Object getData() throws ClassNotFoundException
DataStatusgetData in class DataStatusClassNotFoundExceptionpublic Map<String,ObjectNType> getTrendingMap()
@Deprecated public void setValue(Object value)
public boolean isOfWellKnownType()
DataStatusisOfWellKnownType in class DataStatuspublic boolean isOfPrimitiveType()
DataStatusisOfPrimitiveType in class DataStatuspublic String getDataClassName()
DataStatusgetDataClassName in class DataStatuspublic String toString()
toString in class DataStatusCopyright © 2013 LSST. All Rights Reserved.