public class HostConfigMappingEntityPK extends Object implements Serializable
Constructor and Description |
---|
HostConfigMappingEntityPK() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getClusterId() |
Long |
getCreateTimestamp() |
Long |
getHostId() |
String |
getType() |
int |
hashCode() |
void |
setClusterId(Long id) |
void |
setCreateTimestamp(Long timestamp) |
void |
setHostId(Long hostId) |
void |
setType(String type) |
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)
Copyright © 2022 Apache Software Foundation. All rights reserved.