public class SubscriptionAcknowledgement extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
SubscriptionAcknowledgement.Builder |
static class |
SubscriptionAcknowledgement.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
SubscriptionAcknowledgement() |
protected |
SubscriptionAcknowledgement(UaDataTypeSpecification specification) |
|
SubscriptionAcknowledgement(UnsignedInteger f_subscriptionId,
UnsignedInteger f_sequenceNumber) |
| Modifier and Type | Method and Description |
|---|---|
static SubscriptionAcknowledgement.Builder |
builder() |
SubscriptionAcknowledgement |
clone()
Clones the Structure.
|
UnsignedInteger |
getSequenceNumber() |
UnsignedInteger |
getSubscriptionId() |
void |
setSequenceNumber(UnsignedInteger value) |
void |
setSubscriptionId(UnsignedInteger value) |
SubscriptionAcknowledgement.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 SubscriptionAcknowledgement()
protected SubscriptionAcknowledgement(UaDataTypeSpecification specification)
public SubscriptionAcknowledgement(UnsignedInteger f_subscriptionId, UnsignedInteger f_sequenceNumber)
public UnsignedInteger getSubscriptionId()
public void setSubscriptionId(UnsignedInteger value)
public UnsignedInteger getSequenceNumber()
public void setSequenceNumber(UnsignedInteger value)
public SubscriptionAcknowledgement clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static SubscriptionAcknowledgement.Builder builder()
public SubscriptionAcknowledgement.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.