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