public final class PubSubFieldTargetConf extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubFieldTargetConf.Builder
Builder for
PubSubFieldTargetConf. |
static class |
PubSubFieldTargetConf.Fields |
PubSubConf.MapKind<T>| Modifier and Type | Field and Description |
|---|---|
static PubSubConfSpecification |
SPECIFICATION |
| Modifier and Type | Method and Description |
|---|---|
static PubSubFieldTargetConf.Builder |
builder()
Returns a new
PubSubFieldTargetConf.Builder that can be used to construct instances of this class |
boolean |
equals(Object obj) |
UnsignedInteger |
getAttributeId() |
UaNodeId |
getTargetNodeId() |
int |
hashCode() |
PubSubConfSpecification |
specification()
Returns the specification of this object.
|
PubSubFieldTargetConf.Builder |
toBuilder()
Returns a new
PubSubFieldTargetConf.Builder that is initialized with the state of this object. |
String |
toString() |
PubSubFieldTargetConf |
withAttributeId(UnsignedInteger attributeId) |
PubSubFieldTargetConf |
withTargetNodeId(UaNode node) |
PubSubFieldTargetConf |
withTargetNodeId(UaNodeId targetNodeId) |
public static final PubSubConfSpecification SPECIFICATION
public PubSubConfSpecification specification()
PubSubConfpublic UnsignedInteger getAttributeId()
public UaNodeId getTargetNodeId()
public PubSubFieldTargetConf withAttributeId(UnsignedInteger attributeId)
public PubSubFieldTargetConf withTargetNodeId(UaNodeId targetNodeId)
public PubSubFieldTargetConf withTargetNodeId(UaNode node)
public static PubSubFieldTargetConf.Builder builder()
PubSubFieldTargetConf.Builder that can be used to construct instances of this classpublic PubSubFieldTargetConf.Builder toBuilder()
PubSubFieldTargetConf.Builder that is initialized with the state of this object.Copyright © 2026. All rights reserved.