public class RepublishResponse extends DynamicStructure implements ServiceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
RepublishResponse.Builder |
static class |
RepublishResponse.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
RepublishResponse() |
|
RepublishResponse(ResponseHeader f_responseHeader,
NotificationMessage f_notificationMessage) |
protected |
RepublishResponse(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static RepublishResponse.Builder |
builder() |
RepublishResponse |
clone()
Clones the Structure.
|
NotificationMessage |
getNotificationMessage() |
ResponseHeader |
getResponseHeader()
Returns the
ResponseHeader of this ServiceResponse. |
void |
setNotificationMessage(NotificationMessage value) |
void |
setResponseHeader(ResponseHeader value)
Sets the
ResponseHeader of this ServiceResponse. |
RepublishResponse.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 RepublishResponse()
protected RepublishResponse(UaDataTypeSpecification specification)
public RepublishResponse(ResponseHeader f_responseHeader, NotificationMessage f_notificationMessage)
public ResponseHeader getResponseHeader()
ServiceResponseResponseHeader of this ServiceResponse.getResponseHeader in interface ServiceResponsepublic void setResponseHeader(ResponseHeader value)
ServiceResponseResponseHeader of this ServiceResponse.setResponseHeader in interface ServiceResponsepublic NotificationMessage getNotificationMessage()
public void setNotificationMessage(NotificationMessage value)
public RepublishResponse clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static RepublishResponse.Builder builder()
public RepublishResponse.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.