public class RegisteredServer extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
RegisteredServer.Builder |
static class |
RegisteredServer.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
RegisteredServer() |
|
RegisteredServer(String f_serverUri,
String f_productUri,
LocalizedText[] f_serverNames,
ApplicationType f_serverType,
String f_gatewayServerUri,
String[] f_discoveryUrls,
String f_semaphoreFilePath,
Boolean f_isOnline) |
protected |
RegisteredServer(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static RegisteredServer.Builder |
builder() |
RegisteredServer |
clone()
Clones the Structure.
|
String[] |
getDiscoveryUrls() |
String |
getGatewayServerUri() |
Boolean |
getIsOnline() |
String |
getProductUri() |
String |
getSemaphoreFilePath() |
LocalizedText[] |
getServerNames() |
ApplicationType |
getServerType() |
String |
getServerUri() |
void |
setDiscoveryUrls(String[] value) |
void |
setGatewayServerUri(String value) |
void |
setIsOnline(Boolean value) |
void |
setProductUri(String value) |
void |
setSemaphoreFilePath(String value) |
void |
setServerNames(LocalizedText[] value) |
void |
setServerType(ApplicationType value) |
void |
setServerUri(String value) |
RegisteredServer.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 RegisteredServer()
protected RegisteredServer(UaDataTypeSpecification specification)
public RegisteredServer(String f_serverUri, String f_productUri, LocalizedText[] f_serverNames, ApplicationType f_serverType, String f_gatewayServerUri, String[] f_discoveryUrls, String f_semaphoreFilePath, Boolean f_isOnline)
public String getServerUri()
public void setServerUri(String value)
public String getProductUri()
public void setProductUri(String value)
public LocalizedText[] getServerNames()
public void setServerNames(LocalizedText[] value)
public ApplicationType getServerType()
public void setServerType(ApplicationType value)
public String getGatewayServerUri()
public void setGatewayServerUri(String value)
public String[] getDiscoveryUrls()
public void setDiscoveryUrls(String[] value)
public String getSemaphoreFilePath()
public void setSemaphoreFilePath(String value)
public Boolean getIsOnline()
public void setIsOnline(Boolean value)
public RegisteredServer clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static RegisteredServer.Builder builder()
public RegisteredServer.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.