public static class CancelResponse.Builder extends DynamicStructure.Builder
| Modifier | Constructor and Description |
|---|---|
protected |
Builder(UaDataTypeSpecification specification,
Supplier<? extends Structure> emptyInstanceSupplier) |
| Modifier and Type | Method and Description |
|---|---|
CancelResponse |
build()
Builds a Structure with the given data.
|
UnsignedInteger |
getCancelCount() |
ResponseHeader |
getResponseHeader() |
CancelResponse.Builder |
setCancelCount(UnsignedInteger value) |
CancelResponse.Builder |
setResponseHeader(ResponseHeader value) |
protected Builder(UaDataTypeSpecification specification, Supplier<? extends Structure> emptyInstanceSupplier)
public ResponseHeader getResponseHeader()
public CancelResponse.Builder setResponseHeader(ResponseHeader value)
public UnsignedInteger getCancelCount()
public CancelResponse.Builder setCancelCount(UnsignedInteger value)
public CancelResponse build()
Structure.Builderbuild in interface Structure.Builderbuild in class DynamicStructure.BuilderCopyright © 2026. All rights reserved.