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