public class SetTriggeringResponse extends DynamicStructure implements ServiceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
SetTriggeringResponse.Builder |
static class |
SetTriggeringResponse.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
SetTriggeringResponse() |
|
SetTriggeringResponse(ResponseHeader f_responseHeader,
StatusCode[] f_addResults,
DiagnosticInfo[] f_addDiagnosticInfos,
StatusCode[] f_removeResults,
DiagnosticInfo[] f_removeDiagnosticInfos) |
protected |
SetTriggeringResponse(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static SetTriggeringResponse.Builder |
builder() |
SetTriggeringResponse |
clone()
Clones the Structure.
|
DiagnosticInfo[] |
getAddDiagnosticInfos() |
StatusCode[] |
getAddResults() |
DiagnosticInfo[] |
getRemoveDiagnosticInfos() |
StatusCode[] |
getRemoveResults() |
ResponseHeader |
getResponseHeader()
Returns the
ResponseHeader of this ServiceResponse. |
void |
setAddDiagnosticInfos(DiagnosticInfo[] value) |
void |
setAddResults(StatusCode[] value) |
void |
setRemoveDiagnosticInfos(DiagnosticInfo[] value) |
void |
setRemoveResults(StatusCode[] value) |
void |
setResponseHeader(ResponseHeader value)
Sets the
ResponseHeader of this ServiceResponse. |
SetTriggeringResponse.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 SetTriggeringResponse()
protected SetTriggeringResponse(UaDataTypeSpecification specification)
public SetTriggeringResponse(ResponseHeader f_responseHeader, StatusCode[] f_addResults, DiagnosticInfo[] f_addDiagnosticInfos, StatusCode[] f_removeResults, DiagnosticInfo[] f_removeDiagnosticInfos)
public ResponseHeader getResponseHeader()
ServiceResponseResponseHeader of this ServiceResponse.getResponseHeader in interface ServiceResponsepublic void setResponseHeader(ResponseHeader value)
ServiceResponseResponseHeader of this ServiceResponse.setResponseHeader in interface ServiceResponsepublic StatusCode[] getAddResults()
public void setAddResults(StatusCode[] value)
public DiagnosticInfo[] getAddDiagnosticInfos()
public void setAddDiagnosticInfos(DiagnosticInfo[] value)
public StatusCode[] getRemoveResults()
public void setRemoveResults(StatusCode[] value)
public DiagnosticInfo[] getRemoveDiagnosticInfos()
public void setRemoveDiagnosticInfos(DiagnosticInfo[] value)
public SetTriggeringResponse clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static SetTriggeringResponse.Builder builder()
public SetTriggeringResponse.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.