public class CandidateDeploymentImpl extends Object implements CandidateDeployment
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected Map<String,Resource> |
resources |
Constructor and Description |
---|
CandidateDeploymentImpl(String name,
Map<String,Resource> resources) |
Modifier and Type | Method and Description |
---|---|
static CandidateDeploymentImpl |
fromDeploymentEntity(DeploymentEntity deploymentEntity) |
String |
getName() |
Map<String,Resource> |
getResources() |
void |
setName(String name) |
void |
setResources(Map<String,Resource> resources) |
public String getName()
getName
in interface CandidateDeployment
public void setName(String name)
public Map<String,Resource> getResources()
getResources
in interface CandidateDeployment
public static CandidateDeploymentImpl fromDeploymentEntity(DeploymentEntity deploymentEntity)
Copyright © 2019. All rights reserved.