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 that belongs to the scope.
|
List<Feature> |
getFeatures()
The list of features that are active in the scope.
|
Long |
getId()
A unique identifier for the object.
|
String |
getMachineName()
The name identifying the scope in e.g.
|
String |
getName()
The name used to identify the scope.
|
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
Integer |
getPort()
The port where the scope can be accessed.
|
CreationEntityState |
getState()
The object's current state.
|
List<String> |
getThemes()
The themes that determine the look and feel of the scope's user interface.
|
String |
getUrl()
The URL where the scope can be accessed.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
Boolean |
isSslActive()
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 List<Feature> getFeatures()
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 © 2024. All rights reserved.