public class ChannelSecurityToken extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelSecurityToken.Builder |
static class |
ChannelSecurityToken.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
ChannelSecurityToken() |
protected |
ChannelSecurityToken(UaDataTypeSpecification specification) |
|
ChannelSecurityToken(UnsignedInteger f_channelId,
UnsignedInteger f_tokenId,
DateTime f_createdAt,
UnsignedInteger f_revisedLifetime) |
| Modifier and Type | Method and Description |
|---|---|
static ChannelSecurityToken.Builder |
builder() |
ChannelSecurityToken |
clone()
Clones the Structure.
|
UnsignedInteger |
getChannelId() |
DateTime |
getCreatedAt() |
UnsignedInteger |
getRevisedLifetime() |
UnsignedInteger |
getTokenId() |
void |
setChannelId(UnsignedInteger value) |
void |
setCreatedAt(DateTime value) |
void |
setRevisedLifetime(UnsignedInteger value) |
void |
setTokenId(UnsignedInteger value) |
ChannelSecurityToken.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 ChannelSecurityToken()
protected ChannelSecurityToken(UaDataTypeSpecification specification)
public ChannelSecurityToken(UnsignedInteger f_channelId, UnsignedInteger f_tokenId, DateTime f_createdAt, UnsignedInteger f_revisedLifetime)
public UnsignedInteger getChannelId()
public void setChannelId(UnsignedInteger value)
public UnsignedInteger getTokenId()
public void setTokenId(UnsignedInteger value)
public DateTime getCreatedAt()
public void setCreatedAt(DateTime value)
public UnsignedInteger getRevisedLifetime()
public void setRevisedLifetime(UnsignedInteger value)
public ChannelSecurityToken clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static ChannelSecurityToken.Builder builder()
public ChannelSecurityToken.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.