public class PublishResponse extends DynamicStructure implements ServiceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
PublishResponse.Builder |
static class |
PublishResponse.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
PublishResponse() |
|
PublishResponse(ResponseHeader f_responseHeader,
UnsignedInteger f_subscriptionId,
UnsignedInteger[] f_availableSequenceNumbers,
Boolean f_moreNotifications,
NotificationMessage f_notificationMessage,
StatusCode[] f_results,
DiagnosticInfo[] f_diagnosticInfos) |
protected |
PublishResponse(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static PublishResponse.Builder |
builder() |
PublishResponse |
clone()
Clones the Structure.
|
UnsignedInteger[] |
getAvailableSequenceNumbers() |
DiagnosticInfo[] |
getDiagnosticInfos() |
Boolean |
getMoreNotifications() |
NotificationMessage |
getNotificationMessage() |
ResponseHeader |
getResponseHeader()
Returns the
ResponseHeader of this ServiceResponse. |
StatusCode[] |
getResults() |
UnsignedInteger |
getSubscriptionId() |
void |
setAvailableSequenceNumbers(UnsignedInteger[] value) |
void |
setDiagnosticInfos(DiagnosticInfo[] value) |
void |
setMoreNotifications(Boolean value) |
void |
setNotificationMessage(NotificationMessage value) |
void |
setResponseHeader(ResponseHeader value)
Sets the
ResponseHeader of this ServiceResponse. |
void |
setResults(StatusCode[] value) |
void |
setSubscriptionId(UnsignedInteger value) |
PublishResponse.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 PublishResponse()
protected PublishResponse(UaDataTypeSpecification specification)
public PublishResponse(ResponseHeader f_responseHeader, UnsignedInteger f_subscriptionId, UnsignedInteger[] f_availableSequenceNumbers, Boolean f_moreNotifications, NotificationMessage f_notificationMessage, StatusCode[] f_results, DiagnosticInfo[] f_diagnosticInfos)
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 UnsignedInteger[] getAvailableSequenceNumbers()
public void setAvailableSequenceNumbers(UnsignedInteger[] value)
public Boolean getMoreNotifications()
public void setMoreNotifications(Boolean value)
public NotificationMessage getNotificationMessage()
public void setNotificationMessage(NotificationMessage value)
public StatusCode[] getResults()
public void setResults(StatusCode[] value)
public DiagnosticInfo[] getDiagnosticInfos()
public void setDiagnosticInfos(DiagnosticInfo[] value)
public PublishResponse clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static PublishResponse.Builder builder()
public PublishResponse.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.