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 HostConfigMapping
public void setClusterId(Long clusterId)
setClusterId
in interface HostConfigMapping
public Long getHostId()
getHostId
in interface HostConfigMapping
public void setHostId(Long hostId)
setHostId
in interface HostConfigMapping
public String getType()
getType
in interface HostConfigMapping
public void setType(String type)
setType
in interface HostConfigMapping
public Long getCreateTimestamp()
getCreateTimestamp
in interface HostConfigMapping
public void setCreateTimestamp(Long createTimestamp)
setCreateTimestamp
in interface HostConfigMapping
public String getVersion()
getVersion
in interface HostConfigMapping
public void setVersion(String version)
setVersion
in interface HostConfigMapping
public String getServiceName()
getServiceName
in interface HostConfigMapping
public void setServiceName(String serviceName)
setServiceName
in interface HostConfigMapping
public String getUser()
getUser
in interface HostConfigMapping
public void setUser(String user)
setUser
in interface HostConfigMapping
public Integer getSelected()
getSelected
in interface HostConfigMapping
public void setSelected(Integer selected)
setSelected
in interface HostConfigMapping
Copyright © 2022 Apache Software Foundation. All rights reserved.