Uses of Class
org.apache.plc4x.java.opcua.readwrite.DiagnosticInfo
-
Packages that use DiagnosticInfo Package Description org.apache.plc4x.java.opcua.readwrite -
-
Uses of DiagnosticInfo in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as DiagnosticInfo Modifier and Type Field Description protected DiagnosticInfoStatusChangeNotification. diagnosticInfoprotected DiagnosticInfoStatusResult. diagnosticInfoprotected DiagnosticInfoDiagnosticInfo. innerDiagnosticInfoprotected DiagnosticInfoResponseHeader. serviceDiagnosticsFields in org.apache.plc4x.java.opcua.readwrite with type parameters of type DiagnosticInfo Modifier and Type Field Description protected List<DiagnosticInfo>SetTriggeringResponse. addDiagnosticInfosprotected List<DiagnosticInfo>ParsingResult. dataDiagnosticInfosprotected List<DiagnosticInfo>ActivateSessionResponse. diagnosticInfosprotected List<DiagnosticInfo>AddNodesResponse. diagnosticInfosprotected List<DiagnosticInfo>AddReferencesResponse. diagnosticInfosprotected List<DiagnosticInfo>BrowseNextResponse. diagnosticInfosprotected List<DiagnosticInfo>BrowseResponse. diagnosticInfosprotected List<DiagnosticInfo>CallResponse. diagnosticInfosprotected List<DiagnosticInfo>CreateMonitoredItemsResponse. diagnosticInfosprotected List<DiagnosticInfo>DataChangeNotification. diagnosticInfosprotected List<DiagnosticInfo>DeleteMonitoredItemsResponse. diagnosticInfosprotected List<DiagnosticInfo>DeleteNodesResponse. diagnosticInfosprotected List<DiagnosticInfo>DeleteReferencesResponse. diagnosticInfosprotected List<DiagnosticInfo>DeleteSubscriptionsResponse. diagnosticInfosprotected List<DiagnosticInfo>HistoryReadResponse. diagnosticInfosprotected List<DiagnosticInfo>HistoryUpdateResponse. diagnosticInfosprotected List<DiagnosticInfo>HistoryUpdateResult. diagnosticInfosprotected List<DiagnosticInfo>ModifyMonitoredItemsResponse. diagnosticInfosprotected List<DiagnosticInfo>PublishResponse. diagnosticInfosprotected List<DiagnosticInfo>QueryFirstResponse. diagnosticInfosprotected List<DiagnosticInfo>ReadResponse. diagnosticInfosprotected List<DiagnosticInfo>RegisterServer2Response. diagnosticInfosprotected List<DiagnosticInfo>SetMonitoringModeResponse. diagnosticInfosprotected List<DiagnosticInfo>SetPublishingModeResponse. diagnosticInfosprotected List<DiagnosticInfo>TransferSubscriptionsResponse. diagnosticInfosprotected List<DiagnosticInfo>TranslateBrowsePathsToNodeIdsResponse. diagnosticInfosprotected List<DiagnosticInfo>WriteResponse. diagnosticInfosprotected List<DiagnosticInfo>ContentFilterResult. elementDiagnosticInfosprotected List<DiagnosticInfo>CallMethodResult. inputArgumentDiagnosticInfosprotected List<DiagnosticInfo>ContentFilterElementResult. operandDiagnosticInfosprotected List<DiagnosticInfo>SetTriggeringResponse. removeDiagnosticInfosprotected List<DiagnosticInfo>VariantDiagnosticInfo. valueMethods in org.apache.plc4x.java.opcua.readwrite that return DiagnosticInfo Modifier and Type Method Description DiagnosticInfoStatusChangeNotification. getDiagnosticInfo()DiagnosticInfoStatusResult. getDiagnosticInfo()DiagnosticInfoDiagnosticInfo. getInnerDiagnosticInfo()DiagnosticInfoResponseHeader. getServiceDiagnostics()static DiagnosticInfoDiagnosticInfo. staticParse(ReadBuffer readBuffer)static DiagnosticInfoDiagnosticInfo. staticParse(ReadBuffer readBuffer, Object... args)Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type DiagnosticInfo Constructor Description DiagnosticInfo(boolean innerDiagnosticInfoSpecified, boolean innerStatusCodeSpecified, boolean additionalInfoSpecified, boolean localeSpecified, boolean localizedTextSpecified, boolean namespaceURISpecified, boolean symbolicIdSpecified, Integer symbolicId, Integer namespaceURI, Integer locale, Integer localizedText, PascalString additionalInfo, StatusCode innerStatusCode, DiagnosticInfo innerDiagnosticInfo)ResponseHeader(long timestamp, long requestHandle, StatusCode serviceResult, DiagnosticInfo serviceDiagnostics, int noOfStringTable, List<PascalString> stringTable, ExtensionObject additionalHeader)ResponseHeaderBuilderImpl(long timestamp, long requestHandle, StatusCode serviceResult, DiagnosticInfo serviceDiagnostics, int noOfStringTable, List<PascalString> stringTable, ExtensionObject additionalHeader)StatusChangeNotification(StatusCode status, DiagnosticInfo diagnosticInfo)StatusChangeNotificationBuilderImpl(StatusCode status, DiagnosticInfo diagnosticInfo)StatusResult(StatusCode statusCode, DiagnosticInfo diagnosticInfo)StatusResultBuilderImpl(StatusCode statusCode, DiagnosticInfo diagnosticInfo)Constructor parameters in org.apache.plc4x.java.opcua.readwrite with type arguments of type DiagnosticInfo Constructor Description VariantDiagnosticInfoBuilderImpl(Integer arrayLength, List<DiagnosticInfo> value)
-