public class ActivateSessionResponse extends DynamicStructure implements ServiceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ActivateSessionResponse.Builder |
static class |
ActivateSessionResponse.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
ActivateSessionResponse() |
|
ActivateSessionResponse(ResponseHeader f_responseHeader,
ByteString f_serverNonce,
StatusCode[] f_results,
DiagnosticInfo[] f_diagnosticInfos) |
protected |
ActivateSessionResponse(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static ActivateSessionResponse.Builder |
builder() |
ActivateSessionResponse |
clone()
Clones the Structure.
|
DiagnosticInfo[] |
getDiagnosticInfos() |
ResponseHeader |
getResponseHeader()
Returns the
ResponseHeader of this ServiceResponse. |
StatusCode[] |
getResults() |
ByteString |
getServerNonce() |
void |
setDiagnosticInfos(DiagnosticInfo[] value) |
void |
setResponseHeader(ResponseHeader value)
Sets the
ResponseHeader of this ServiceResponse. |
void |
setResults(StatusCode[] value) |
void |
setServerNonce(ByteString value) |
ActivateSessionResponse.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, waitclear, forEachField, forEachField, get, get, reduceFields, reduceFields, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public ActivateSessionResponse()
protected ActivateSessionResponse(UaDataTypeSpecification specification)
public ActivateSessionResponse(ResponseHeader f_responseHeader, ByteString f_serverNonce, StatusCode[] f_results, DiagnosticInfo[] f_diagnosticInfos)
public ResponseHeader getResponseHeader()
ServiceResponseResponseHeader of this ServiceResponse.getResponseHeader in interface ServiceResponsepublic void setResponseHeader(ResponseHeader value)
ServiceResponseResponseHeader of this ServiceResponse.setResponseHeader in interface ServiceResponsepublic ByteString getServerNonce()
public void setServerNonce(ByteString value)
public StatusCode[] getResults()
public void setResults(StatusCode[] value)
public DiagnosticInfo[] getDiagnosticInfos()
public void setDiagnosticInfos(DiagnosticInfo[] value)
public ActivateSessionResponse clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static ActivateSessionResponse.Builder builder()
public ActivateSessionResponse.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.