@Entity public class HostConfigMappingEntity extends Object
Constructor and Description |
---|
HostConfigMappingEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getClusterId() |
Long |
getCreateTimestamp() |
Long |
getHostId() |
String |
getServiceName() |
String |
getType() |
String |
getUser() |
String |
getVersion() |
int |
hashCode() |
int |
isSelected() |
void |
setClusterId(Long id) |
void |
setCreateTimestamp(Long timestamp) |
void |
setHostId(Long hostId) |
void |
setSelected(int selected) |
void |
setServiceName(String name) |
void |
setType(String type) |
void |
setUser(String userName) |
void |
setVersion(String version) |
public Long getClusterId()
public void setClusterId(Long id)
public Long getHostId()
public void setHostId(Long hostId)
public String getType()
public void setType(String type)
public Long getCreateTimestamp()
public void setCreateTimestamp(Long timestamp)
public String getVersion()
public void setVersion(String version)
public int isSelected()
public void setSelected(int selected)
public String getServiceName()
public void setServiceName(String name)
public String getUser()
public void setUser(String userName)
userName
- the userCopyright © 2022 Apache Software Foundation. All rights reserved.