public class WebCapability extends Object implements Capability
| Constructor and Description |
|---|
WebCapability() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Environment |
getEnvironment() |
List<KeyValuePair> |
getExtensionProperties()
Gets the list of Extension Properties for this WebCapability.
|
String |
getId()
Get the id.
|
Long |
getLastUpdateTime()
Get the last update time (in milliseconds) of the capability.
|
List<WebApplication> |
getWebApplications()
Get the list of Web Applications handled by this Web capability.
|
int |
hashCode() |
WebCapability |
setEnvironment(Environment newEnvironment) |
WebCapability |
setExtensionProperties(List<KeyValuePair> newExtensionProperties)
Sets the list of Extension Properties for this WebCapability.
|
WebCapability |
setId(String newId)
Set the id.
|
WebCapability |
setLastUpdateTime(Long newLastUpdateTime) |
WebCapability |
setWebApplications(List<WebApplication> newWebApplications)
Set the list of Web Applications handled by this Web capability.
|
String |
toString() |
public String getId()
getId in interface com.sdl.odata.client.api.model.ODataIdAwareEntitypublic WebCapability setId(String newId)
newId - The id.WebCapability itself.public Long getLastUpdateTime()
CapabilitygetLastUpdateTime in interface Capabilitypublic WebCapability setLastUpdateTime(Long newLastUpdateTime)
public List<WebApplication> getWebApplications()
public WebCapability setWebApplications(List<WebApplication> newWebApplications)
newWebApplications - The list of Web Applications handled by this Web capability.WebCapability itself.public Environment getEnvironment()
public WebCapability setEnvironment(Environment newEnvironment)
public List<KeyValuePair> getExtensionProperties()
public WebCapability setExtensionProperties(List<KeyValuePair> newExtensionProperties)
newExtensionProperties - The list of Extension Properties.WebCapability itself.Copyright © 2017 SDL Group. All rights reserved.