public class DeployerCapability extends Object implements Capability
| Constructor and Description |
|---|
DeployerCapability() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Environment |
getEnvironment() |
List<KeyValuePair> |
getExtensionProperties()
Gets the list of Extension Properties for this DeployerCapability.
|
String |
getId()
Get the id.
|
Long |
getLastUpdateTime()
Get the last update time (in milliseconds) of the capability.
|
EndpointStrategy |
getStrategy()
Get endpoint strategy.
|
String |
getUri()
Get the URI.
|
List<DestinationURL> |
getUris()
Get URIs.
|
int |
hashCode() |
DeployerCapability |
setEnvironment(Environment newEnvironment) |
DeployerCapability |
setExtensionProperties(List<KeyValuePair> newExtensionProperties)
Sets the list of Extension Properties for this DeployerCapability.
|
DeployerCapability |
setId(String newId)
Set the id.
|
DeployerCapability |
setLastUpdateTime(Long newLastUpdateTime) |
DeployerCapability |
setStrategy(EndpointStrategy newStrategy)
Set endpoint strategy.
|
DeployerCapability |
setUri(String newUri)
Set the URI.
|
DeployerCapability |
setUris(List<DestinationURL> newUris)
Set URIs.
|
String |
toString() |
public String getId()
getId in interface com.sdl.odata.client.api.model.ODataIdAwareEntitypublic DeployerCapability setId(String newId)
newId - The id.DeployerCapability itself.public Long getLastUpdateTime()
CapabilitygetLastUpdateTime in interface Capabilitypublic DeployerCapability setLastUpdateTime(Long newLastUpdateTime)
public EndpointStrategy getStrategy()
public DeployerCapability setStrategy(EndpointStrategy newStrategy)
newStrategy - strategy to setpublic String getUri()
public DeployerCapability setUri(String newUri)
newUri - The URI.DeployerCapability itself.public List<DestinationURL> getUris()
public DeployerCapability setUris(List<DestinationURL> newUris)
newUris - URIs to setpublic Environment getEnvironment()
public DeployerCapability setEnvironment(Environment newEnvironment)
public List<KeyValuePair> getExtensionProperties()
public DeployerCapability setExtensionProperties(List<KeyValuePair> newExtensionProperties)
newExtensionProperties - The list of Extension Properties.DeployerCapability itself.Copyright © 2017 SDL Group. All rights reserved.