public class EnvironmentDto extends Object
| Constructor and Description |
|---|
EnvironmentDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getDeployedTimeStamp() |
String |
getName() |
String |
getType() |
String |
getVhost() |
int |
hashCode() |
void |
setDeployedTimeStamp(long deployedTimeStamp) |
void |
setName(String name) |
void |
setType(String type) |
void |
setVhost(String vhost) |
public String getType()
public void setType(String type)
public String getName()
public void setName(String name)
public String getVhost()
public void setVhost(String vhost)
public long getDeployedTimeStamp()
public void setDeployedTimeStamp(long deployedTimeStamp)
Copyright © 2024 WSO2. All rights reserved.