public class CreateSubscriptionResponse extends DynamicStructure implements ServiceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSubscriptionResponse.Builder |
static class |
CreateSubscriptionResponse.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
CreateSubscriptionResponse() |
|
CreateSubscriptionResponse(ResponseHeader f_responseHeader,
UnsignedInteger f_subscriptionId,
Double f_revisedPublishingInterval,
UnsignedInteger f_revisedLifetimeCount,
UnsignedInteger f_revisedMaxKeepAliveCount) |
protected |
CreateSubscriptionResponse(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static CreateSubscriptionResponse.Builder |
builder() |
CreateSubscriptionResponse |
clone()
Clones the Structure.
|
ResponseHeader |
getResponseHeader()
Returns the
ResponseHeader of this ServiceResponse. |
UnsignedInteger |
getRevisedLifetimeCount() |
UnsignedInteger |
getRevisedMaxKeepAliveCount() |
Double |
getRevisedPublishingInterval() |
UnsignedInteger |
getSubscriptionId() |
void |
setResponseHeader(ResponseHeader value)
Sets the
ResponseHeader of this ServiceResponse. |
void |
setRevisedLifetimeCount(UnsignedInteger value) |
void |
setRevisedMaxKeepAliveCount(UnsignedInteger value) |
void |
setRevisedPublishingInterval(Double value) |
void |
setSubscriptionId(UnsignedInteger value) |
CreateSubscriptionResponse.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 CreateSubscriptionResponse()
protected CreateSubscriptionResponse(UaDataTypeSpecification specification)
public CreateSubscriptionResponse(ResponseHeader f_responseHeader, UnsignedInteger f_subscriptionId, Double f_revisedPublishingInterval, UnsignedInteger f_revisedLifetimeCount, UnsignedInteger f_revisedMaxKeepAliveCount)
public ResponseHeader getResponseHeader()
ServiceResponseResponseHeader of this ServiceResponse.getResponseHeader in interface ServiceResponsepublic void setResponseHeader(ResponseHeader value)
ServiceResponseResponseHeader of this ServiceResponse.setResponseHeader in interface ServiceResponsepublic UnsignedInteger getSubscriptionId()
public void setSubscriptionId(UnsignedInteger value)
public Double getRevisedPublishingInterval()
public void setRevisedPublishingInterval(Double value)
public UnsignedInteger getRevisedLifetimeCount()
public void setRevisedLifetimeCount(UnsignedInteger value)
public UnsignedInteger getRevisedMaxKeepAliveCount()
public void setRevisedMaxKeepAliveCount(UnsignedInteger value)
public CreateSubscriptionResponse clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static CreateSubscriptionResponse.Builder builder()
public CreateSubscriptionResponse.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.