public class CreateSubscriptionRequest extends DynamicStructure implements ServiceRequest<CreateSubscriptionResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSubscriptionRequest.Builder |
static class |
CreateSubscriptionRequest.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
CreateSubscriptionRequest() |
|
CreateSubscriptionRequest(RequestHeader f_requestHeader,
Double f_requestedPublishingInterval,
UnsignedInteger f_requestedLifetimeCount,
UnsignedInteger f_requestedMaxKeepAliveCount,
UnsignedInteger f_maxNotificationsPerPublish,
Boolean f_publishingEnabled,
UnsignedByte f_priority) |
protected |
CreateSubscriptionRequest(UaDataTypeSpecification specification) |
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 CreateSubscriptionRequest()
protected CreateSubscriptionRequest(UaDataTypeSpecification specification)
public CreateSubscriptionRequest(RequestHeader f_requestHeader, Double f_requestedPublishingInterval, UnsignedInteger f_requestedLifetimeCount, UnsignedInteger f_requestedMaxKeepAliveCount, UnsignedInteger f_maxNotificationsPerPublish, Boolean f_publishingEnabled, UnsignedByte f_priority)
public RequestHeader getRequestHeader()
ServiceRequestRequestHeader of this ServiceRequest.getRequestHeader in interface ServiceRequest<CreateSubscriptionResponse>public void setRequestHeader(RequestHeader value)
ServiceRequestRequestHeader for this ServiceRequest.setRequestHeader in interface ServiceRequest<CreateSubscriptionResponse>public Double getRequestedPublishingInterval()
public void setRequestedPublishingInterval(Double value)
public UnsignedInteger getRequestedLifetimeCount()
public void setRequestedLifetimeCount(UnsignedInteger value)
public UnsignedInteger getRequestedMaxKeepAliveCount()
public void setRequestedMaxKeepAliveCount(UnsignedInteger value)
public UnsignedInteger getMaxNotificationsPerPublish()
public void setMaxNotificationsPerPublish(UnsignedInteger value)
public Boolean getPublishingEnabled()
public void setPublishingEnabled(Boolean value)
public UnsignedByte getPriority()
public void setPriority(UnsignedByte value)
public CreateSubscriptionRequest clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static CreateSubscriptionRequest.Builder builder()
public CreateSubscriptionRequest.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.