public class DeploymentsDTO extends Object
| Constructor and Description |
|---|
DeploymentsDTO() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentDescriptorDto |
getData() |
String |
getType() |
String |
getVersion() |
void |
setData(DeploymentDescriptorDto data) |
void |
setType(String type) |
void |
setVersion(String version) |
public String getType()
public void setType(String type)
public String getVersion()
public void setVersion(String version)
public DeploymentDescriptorDto getData()
public void setData(DeploymentDescriptorDto data)
Copyright © 2024 WSO2. All rights reserved.