public class RegisterServer2Response extends DynamicStructure implements ServiceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
RegisterServer2Response.Builder |
static class |
RegisterServer2Response.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
RegisterServer2Response() |
|
RegisterServer2Response(ResponseHeader f_responseHeader,
StatusCode[] f_configurationResults,
DiagnosticInfo[] f_diagnosticInfos) |
protected |
RegisterServer2Response(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static RegisterServer2Response.Builder |
builder() |
RegisterServer2Response |
clone()
Clones the Structure.
|
StatusCode[] |
getConfigurationResults() |
DiagnosticInfo[] |
getDiagnosticInfos() |
ResponseHeader |
getResponseHeader()
Returns the
ResponseHeader of this ServiceResponse. |
void |
setConfigurationResults(StatusCode[] value) |
void |
setDiagnosticInfos(DiagnosticInfo[] value) |
void |
setResponseHeader(ResponseHeader value)
Sets the
ResponseHeader of this ServiceResponse. |
RegisterServer2Response.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 RegisterServer2Response()
protected RegisterServer2Response(UaDataTypeSpecification specification)
public RegisterServer2Response(ResponseHeader f_responseHeader, StatusCode[] f_configurationResults, 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 StatusCode[] getConfigurationResults()
public void setConfigurationResults(StatusCode[] value)
public DiagnosticInfo[] getDiagnosticInfos()
public void setDiagnosticInfos(DiagnosticInfo[] value)
public RegisterServer2Response clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static RegisterServer2Response.Builder builder()
public RegisterServer2Response.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.