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