public class CreateSessionResponse extends DynamicStructure implements ServiceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSessionResponse.Builder |
static class |
CreateSessionResponse.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
CreateSessionResponse() |
|
CreateSessionResponse(ResponseHeader f_responseHeader,
NodeId f_sessionId,
NodeId f_authenticationToken,
Double f_revisedSessionTimeout,
ByteString f_serverNonce,
ByteString f_serverCertificate,
EndpointDescription[] f_serverEndpoints,
SignedSoftwareCertificate[] f_serverSoftwareCertificates,
SignatureData f_serverSignature,
UnsignedInteger f_maxRequestMessageSize) |
protected |
CreateSessionResponse(UaDataTypeSpecification specification) |
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, forEachField, forEachField, get, get, reduceFields, reduceFields, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public CreateSessionResponse()
protected CreateSessionResponse(UaDataTypeSpecification specification)
public CreateSessionResponse(ResponseHeader f_responseHeader, NodeId f_sessionId, NodeId f_authenticationToken, Double f_revisedSessionTimeout, ByteString f_serverNonce, ByteString f_serverCertificate, EndpointDescription[] f_serverEndpoints, SignedSoftwareCertificate[] f_serverSoftwareCertificates, SignatureData f_serverSignature, UnsignedInteger f_maxRequestMessageSize)
public ResponseHeader getResponseHeader()
ServiceResponseResponseHeader of this ServiceResponse.getResponseHeader in interface ServiceResponsepublic void setResponseHeader(ResponseHeader value)
ServiceResponseResponseHeader of this ServiceResponse.setResponseHeader in interface ServiceResponsepublic NodeId getSessionId()
public void setSessionId(NodeId value)
public NodeId getAuthenticationToken()
public void setAuthenticationToken(NodeId value)
public Double getRevisedSessionTimeout()
public void setRevisedSessionTimeout(Double value)
public ByteString getServerNonce()
public void setServerNonce(ByteString value)
public ByteString getServerCertificate()
public void setServerCertificate(ByteString value)
public EndpointDescription[] getServerEndpoints()
public void setServerEndpoints(EndpointDescription[] value)
public SignedSoftwareCertificate[] getServerSoftwareCertificates()
public void setServerSoftwareCertificates(SignedSoftwareCertificate[] value)
public SignatureData getServerSignature()
public void setServerSignature(SignatureData value)
public UnsignedInteger getMaxRequestMessageSize()
public void setMaxRequestMessageSize(UnsignedInteger value)
public CreateSessionResponse clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static CreateSessionResponse.Builder builder()
public CreateSessionResponse.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.