public class CloseSecureChannelRequest extends DynamicStructure implements ServiceRequest<CloseSecureChannelResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
CloseSecureChannelRequest.Builder |
static class |
CloseSecureChannelRequest.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
CloseSecureChannelRequest() |
|
CloseSecureChannelRequest(RequestHeader f_requestHeader) |
protected |
CloseSecureChannelRequest(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static CloseSecureChannelRequest.Builder |
builder() |
CloseSecureChannelRequest |
clone()
Clones the Structure.
|
RequestHeader |
getRequestHeader()
Get the
RequestHeader of this ServiceRequest. |
void |
setRequestHeader(RequestHeader value)
Sets the
RequestHeader for this ServiceRequest. |
CloseSecureChannelRequest.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 CloseSecureChannelRequest()
protected CloseSecureChannelRequest(UaDataTypeSpecification specification)
public CloseSecureChannelRequest(RequestHeader f_requestHeader)
public RequestHeader getRequestHeader()
ServiceRequestRequestHeader of this ServiceRequest.getRequestHeader in interface ServiceRequest<CloseSecureChannelResponse>public void setRequestHeader(RequestHeader value)
ServiceRequestRequestHeader for this ServiceRequest.setRequestHeader in interface ServiceRequest<CloseSecureChannelResponse>public CloseSecureChannelRequest clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static CloseSecureChannelRequest.Builder builder()
public CloseSecureChannelRequest.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.