@Entity public class ConfigGroupConfigMappingEntity extends Object
Constructor and Description |
---|
ConfigGroupConfigMappingEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ClusterConfigEntity |
getClusterConfigEntity() |
Long |
getClusterId() |
ConfigGroupEntity |
getConfigGroupEntity() |
Long |
getConfigGroupId() |
String |
getConfigType() |
Long |
getTimestamp() |
String |
getVersionTag() |
int |
hashCode() |
void |
setClusterConfigEntity(ClusterConfigEntity clusterConfigEntity) |
void |
setClusterId(Long clusterId) |
void |
setConfigGroupEntity(ConfigGroupEntity configGroupEntity) |
void |
setConfigGroupId(Long configGroupId) |
void |
setConfigType(String configType) |
void |
setTimestamp(Long timestamp) |
void |
setVersionTag(String versionTag) |
public Long getConfigGroupId()
public void setConfigGroupId(Long configGroupId)
public Long getClusterId()
public void setClusterId(Long clusterId)
public String getConfigType()
public void setConfigType(String configType)
public String getVersionTag()
public void setVersionTag(String versionTag)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
public ClusterConfigEntity getClusterConfigEntity()
public void setClusterConfigEntity(ClusterConfigEntity clusterConfigEntity)
public ConfigGroupEntity getConfigGroupEntity()
public void setConfigGroupEntity(ConfigGroupEntity configGroupEntity)
Copyright © 2022 Apache Software Foundation. All rights reserved.