@Entity public class ServiceConfigEntity extends Object
Constructor and Description |
---|
ServiceConfigEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<ClusterConfigEntity> |
getClusterConfigEntities() |
ClusterEntity |
getClusterEntity() |
Long |
getClusterId() |
Long |
getCreateTimestamp() |
Long |
getGroupId() |
List<Long> |
getHostIds() |
String |
getNote() |
Long |
getServiceConfigId() |
String |
getServiceName() |
StackEntity |
getStack()
Gets the service configuration's stack.
|
String |
getUser() |
Long |
getVersion() |
int |
hashCode() |
void |
setClusterConfigEntities(List<ClusterConfigEntity> clusterConfigEntities) |
void |
setClusterEntity(ClusterEntity clusterEntity) |
void |
setClusterId(Long clusterId) |
void |
setCreateTimestamp(Long create_timestamp) |
void |
setGroupId(Long groupId) |
void |
setHostIds(List<Long> hostIds) |
void |
setNote(String note) |
void |
setServiceConfigId(Long serviceConfigId) |
void |
setServiceName(String serviceName) |
void |
setStack(StackEntity stack)
Sets the service configuration's stack.
|
void |
setUser(String user) |
void |
setVersion(Long version) |
public Long getServiceConfigId()
public void setServiceConfigId(Long serviceConfigId)
public String getServiceName()
public void setServiceName(String serviceName)
public Long getVersion()
public void setVersion(Long version)
public Long getCreateTimestamp()
public void setCreateTimestamp(Long create_timestamp)
public List<ClusterConfigEntity> getClusterConfigEntities()
public void setClusterConfigEntities(List<ClusterConfigEntity> clusterConfigEntities)
public Long getClusterId()
public void setClusterId(Long clusterId)
public ClusterEntity getClusterEntity()
public void setClusterEntity(ClusterEntity clusterEntity)
public String getUser()
public void setUser(String user)
public String getNote()
public void setNote(String note)
public Long getGroupId()
public void setGroupId(Long groupId)
public StackEntity getStack()
public void setStack(StackEntity stack)
stack
- the stack to set for the service configuration (not null
).Copyright © 2022 Apache Software Foundation. All rights reserved.