public class ServerData
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerData.Builder
Builder for
ServerData instances. |
| Modifier and Type | Field and Description |
|---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSupportedFeature(java.lang.String feature) |
LicenseInfo |
getLicense() |
SchedulerMode |
getMode() |
java.util.Collection<java.lang.String> |
getSupportedFeatures() |
java.lang.String |
getUpdateName() |
boolean |
isFeatureSupported(java.lang.String feature) |
protected static final long serialVersionUID
public SchedulerMode getMode()
public LicenseInfo getLicense()
public java.lang.String getUpdateName()
public java.util.Collection<java.lang.String> getSupportedFeatures()
public void addSupportedFeature(java.lang.String feature)
public boolean isFeatureSupported(java.lang.String feature)
Copyright © 2024 Denodo Technologies. All rights reserved.