public class StatusChangeNotification extends NotificationData
| Modifier and Type | Class and Description |
|---|---|
static class |
StatusChangeNotification.Builder |
static class |
StatusChangeNotification.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
StatusChangeNotification() |
|
StatusChangeNotification(StatusCode f_status,
DiagnosticInfo f_diagnosticInfo) |
protected |
StatusChangeNotification(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static StatusChangeNotification.Builder |
builder() |
StatusChangeNotification |
clone()
Clones the Structure.
|
DiagnosticInfo |
getDiagnosticInfo() |
StatusCode |
getStatus() |
void |
setDiagnosticInfo(DiagnosticInfo value) |
void |
setStatus(StatusCode value) |
StatusChangeNotification.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public StatusChangeNotification()
protected StatusChangeNotification(UaDataTypeSpecification specification)
public StatusChangeNotification(StatusCode f_status, DiagnosticInfo f_diagnosticInfo)
public StatusCode getStatus()
public void setStatus(StatusCode value)
public DiagnosticInfo getDiagnosticInfo()
public void setDiagnosticInfo(DiagnosticInfo value)
public StatusChangeNotification clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class NotificationDatapublic static StatusChangeNotification.Builder builder()
public StatusChangeNotification.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class NotificationDataCopyright © 2026. All rights reserved.