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