public class EventFieldList extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
EventFieldList.Builder |
static class |
EventFieldList.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
EventFieldList() |
protected |
EventFieldList(UaDataTypeSpecification specification) |
|
EventFieldList(UnsignedInteger f_clientHandle,
Object[] f_eventFields) |
| Modifier and Type | Method and Description |
|---|---|
static EventFieldList.Builder |
builder() |
EventFieldList |
clone()
Clones the Structure.
|
UnsignedInteger |
getClientHandle() |
Object[] |
getEventFields() |
void |
setClientHandle(UnsignedInteger value) |
void |
setEventFields(Object[] value) |
EventFieldList.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 EventFieldList()
protected EventFieldList(UaDataTypeSpecification specification)
public EventFieldList(UnsignedInteger f_clientHandle, Object[] f_eventFields)
public UnsignedInteger getClientHandle()
public void setClientHandle(UnsignedInteger value)
public Object[] getEventFields()
public void setEventFields(Object[] value)
public EventFieldList clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static EventFieldList.Builder builder()
public EventFieldList.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.