public class HostConfigMappingImpl extends Object implements HostConfigMapping
| Constructor and Description |
|---|
HostConfigMappingImpl() |
HostConfigMappingImpl(HostConfigMapping entry) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getClusterId() |
Long |
getCreateTimestamp() |
Long |
getHostId() |
Integer |
getSelected() |
String |
getServiceName() |
String |
getType() |
String |
getUser() |
String |
getVersion() |
int |
hashCode() |
void |
setClusterId(Long clusterId) |
void |
setCreateTimestamp(Long createTimestamp) |
void |
setHostId(Long hostId) |
void |
setSelected(Integer selected) |
void |
setServiceName(String serviceName) |
void |
setType(String type) |
void |
setUser(String user) |
void |
setVersion(String version) |
public HostConfigMappingImpl(HostConfigMapping entry)
public HostConfigMappingImpl()
public Long getClusterId()
getClusterId in interface HostConfigMappingpublic void setClusterId(Long clusterId)
setClusterId in interface HostConfigMappingpublic Long getHostId()
getHostId in interface HostConfigMappingpublic void setHostId(Long hostId)
setHostId in interface HostConfigMappingpublic String getType()
getType in interface HostConfigMappingpublic void setType(String type)
setType in interface HostConfigMappingpublic Long getCreateTimestamp()
getCreateTimestamp in interface HostConfigMappingpublic void setCreateTimestamp(Long createTimestamp)
setCreateTimestamp in interface HostConfigMappingpublic String getVersion()
getVersion in interface HostConfigMappingpublic void setVersion(String version)
setVersion in interface HostConfigMappingpublic String getServiceName()
getServiceName in interface HostConfigMappingpublic void setServiceName(String serviceName)
setServiceName in interface HostConfigMappingpublic String getUser()
getUser in interface HostConfigMappingpublic void setUser(String user)
setUser in interface HostConfigMappingpublic Integer getSelected()
getSelected in interface HostConfigMappingpublic void setSelected(Integer selected)
setSelected in interface HostConfigMappingCopyright © 2022 Apache Software Foundation. All rights reserved.