public class ServerOnNetwork extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerOnNetwork.Builder |
static class |
ServerOnNetwork.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
ServerOnNetwork() |
protected |
ServerOnNetwork(UaDataTypeSpecification specification) |
|
ServerOnNetwork(UnsignedInteger f_recordId,
String f_serverName,
String f_discoveryUrl,
String[] f_serverCapabilities) |
| Modifier and Type | Method and Description |
|---|---|
static ServerOnNetwork.Builder |
builder() |
ServerOnNetwork |
clone()
Clones the Structure.
|
String |
getDiscoveryUrl() |
UnsignedInteger |
getRecordId() |
String[] |
getServerCapabilities() |
String |
getServerName() |
void |
setDiscoveryUrl(String value) |
void |
setRecordId(UnsignedInteger value) |
void |
setServerCapabilities(String[] value) |
void |
setServerName(String value) |
ServerOnNetwork.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, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public ServerOnNetwork()
protected ServerOnNetwork(UaDataTypeSpecification specification)
public ServerOnNetwork(UnsignedInteger f_recordId, String f_serverName, String f_discoveryUrl, String[] f_serverCapabilities)
public UnsignedInteger getRecordId()
public void setRecordId(UnsignedInteger value)
public String getServerName()
public void setServerName(String value)
public String getDiscoveryUrl()
public void setDiscoveryUrl(String value)
public String[] getServerCapabilities()
public void setServerCapabilities(String[] value)
public ServerOnNetwork clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static ServerOnNetwork.Builder builder()
public ServerOnNetwork.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.