public class Scope extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
domainName |
protected List<Feature> |
features |
protected Long |
id |
protected String |
machineName |
protected String |
name |
protected OffsetDateTime |
plannedPurgeDate |
protected Integer |
port |
protected Boolean |
sslActive |
protected CreationEntityState |
state |
protected List<String> |
themes |
protected String |
url |
protected Integer |
version |
| Constructor and Description |
|---|
Scope() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDomainName()
The domain name to which this scope is mapped to.
|
List<Feature> |
getFeatures() |
Long |
getId()
The ID is the primary key of the entity.
|
String |
getMachineName() |
String |
getName()
The name of the scope is shown to the user where the user should select a scope.
|
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
Integer |
getPort()
The port number to which this scope is mapped to.
|
CreationEntityState |
getState() |
List<String> |
getThemes()
The themes determines how the application layout, look and feel is.
|
String |
getUrl() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
Boolean |
isSslActive()
Define whether the scope supports SSL.
|
String |
toString() |
protected String domainName
protected Long id
protected String machineName
protected String name
protected OffsetDateTime plannedPurgeDate
protected Integer port
protected Boolean sslActive
protected CreationEntityState state
protected String url
protected Integer version
public String getDomainName()
public Long getId()
public String getMachineName()
public String getName()
public OffsetDateTime getPlannedPurgeDate()
public Integer getPort()
public Boolean isSslActive()
public CreationEntityState getState()
public List<String> getThemes()
public String getUrl()
public Integer getVersion()
Copyright © 2022. All rights reserved.