public interface ProgramDiagnosticType extends BaseDataVariableType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<String> |
CREATE_CLIENT_NAME |
static QualifiedProperty<NodeId> |
CREATE_SESSION_ID |
static QualifiedProperty<DateTime> |
INVOCATION_CREATION_TIME |
static QualifiedProperty<String> |
LAST_METHOD_CALL |
static QualifiedProperty<DateTime> |
LAST_METHOD_CALL_TIME |
static QualifiedProperty<Argument[]> |
LAST_METHOD_INPUT_ARGUMENTS |
static QualifiedProperty<Argument[]> |
LAST_METHOD_OUTPUT_ARGUMENTS |
static QualifiedProperty<StatusResult> |
LAST_METHOD_RETURN_STATUS |
static QualifiedProperty<NodeId> |
LAST_METHOD_SESSION_ID |
static QualifiedProperty<DateTime> |
LAST_TRANSITION_TIME |
getAccessLevel, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRankgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<NodeId> CREATE_SESSION_ID
static final QualifiedProperty<String> CREATE_CLIENT_NAME
static final QualifiedProperty<DateTime> INVOCATION_CREATION_TIME
static final QualifiedProperty<DateTime> LAST_TRANSITION_TIME
static final QualifiedProperty<String> LAST_METHOD_CALL
static final QualifiedProperty<NodeId> LAST_METHOD_SESSION_ID
static final QualifiedProperty<Argument[]> LAST_METHOD_INPUT_ARGUMENTS
static final QualifiedProperty<Argument[]> LAST_METHOD_OUTPUT_ARGUMENTS
static final QualifiedProperty<DateTime> LAST_METHOD_CALL_TIME
static final QualifiedProperty<StatusResult> LAST_METHOD_RETURN_STATUS
PropertyType getCreateSessionIdNode()
NodeId getCreateSessionId()
void setCreateSessionId(NodeId value)
PropertyType getCreateClientNameNode()
String getCreateClientName()
void setCreateClientName(String value)
PropertyType getInvocationCreationTimeNode()
DateTime getInvocationCreationTime()
void setInvocationCreationTime(DateTime value)
PropertyType getLastTransitionTimeNode()
DateTime getLastTransitionTime()
void setLastTransitionTime(DateTime value)
PropertyType getLastMethodCallNode()
String getLastMethodCall()
void setLastMethodCall(String value)
PropertyType getLastMethodSessionIdNode()
NodeId getLastMethodSessionId()
void setLastMethodSessionId(NodeId value)
PropertyType getLastMethodInputArgumentsNode()
Argument[] getLastMethodInputArguments()
void setLastMethodInputArguments(Argument[] value)
PropertyType getLastMethodOutputArgumentsNode()
Argument[] getLastMethodOutputArguments()
void setLastMethodOutputArguments(Argument[] value)
PropertyType getLastMethodCallTimeNode()
DateTime getLastMethodCallTime()
void setLastMethodCallTime(DateTime value)
PropertyType getLastMethodReturnStatusNode()
StatusResult getLastMethodReturnStatus()
void setLastMethodReturnStatus(StatusResult value)
Copyright © 2018. All rights reserved.