public class DeploymentDto extends LinkableDto
Modifier and Type | Field and Description |
---|---|
protected Date |
deploymentTime |
protected String |
id |
protected String |
name |
links
Constructor and Description |
---|
DeploymentDto() |
Modifier and Type | Method and Description |
---|---|
static DeploymentDto |
fromDeployment(Deployment deployment) |
Date |
getDeploymentTime() |
String |
getId() |
String |
getName() |
addLink, addReflexiveLink, generateLink, getLinks
protected String id
protected String name
protected Date deploymentTime
public String getId()
public String getName()
public Date getDeploymentTime()
public static DeploymentDto fromDeployment(Deployment deployment)
Copyright © 2018. All rights reserved.