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()
A unique identifier for the object.
|
String |
getMachineName() |
String |
getName()
The name of the scope is shown to the user where the user should select a scope.
|
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
Integer |
getPort()
The port number to which this scope is mapped to.
|
CreationEntityState |
getState()
The object's current state.
|
List<String> |
getThemes()
The themes determines how the application layout, look and feel is.
|
String |
getUrl() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
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 © 2023. All rights reserved.