public class TrendingStatus extends DataStatus_Deprecated
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() |
contentStringgetAgent, getMessageType, getState, setAgent, 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
DataStatus_DeprecatedgetData in class DataStatus_DeprecatedClassNotFoundExceptionpublic Map<String,ObjectNType> getTrendingMap()
@Deprecated public void setValue(Object value)
public boolean isOfWellKnownType()
DataStatus_DeprecatedisOfWellKnownType in class DataStatus_Deprecatedpublic boolean isOfPrimitiveType()
DataStatus_DeprecatedisOfPrimitiveType in class DataStatus_Deprecatedpublic String getDataClassName()
DataStatus_DeprecatedgetDataClassName in class DataStatus_Deprecatedpublic String toString()
toString in class DataStatus_DeprecatedCopyright © 2014 LSST. All rights reserved.