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