@Entity public class ServiceComponentDesiredStateEntity extends Object
Constructor and Description |
---|
ServiceComponentDesiredStateEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getClusterId() |
ClusterServiceEntity |
getClusterServiceEntity() |
String |
getComponentName() |
String |
getDesiredStackVersion() |
State |
getDesiredState() |
Collection<HostComponentDesiredStateEntity> |
getHostComponentDesiredStateEntities() |
Collection<HostComponentStateEntity> |
getHostComponentStateEntities() |
String |
getServiceName() |
int |
hashCode() |
void |
setClusterId(Long clusterId) |
void |
setClusterServiceEntity(ClusterServiceEntity clusterServiceEntity) |
void |
setComponentName(String componentName) |
void |
setDesiredStackVersion(String desiredStackVersion) |
void |
setDesiredState(State desiredState) |
void |
setHostComponentDesiredStateEntities(Collection<HostComponentDesiredStateEntity> hostComponentDesiredStateEntities) |
void |
setHostComponentStateEntities(Collection<HostComponentStateEntity> hostComponentStateEntities) |
void |
setServiceName(String serviceName) |
public Long getClusterId()
public void setClusterId(Long clusterId)
public String getServiceName()
public void setServiceName(String serviceName)
public String getComponentName()
public void setComponentName(String componentName)
public State getDesiredState()
public void setDesiredState(State desiredState)
public String getDesiredStackVersion()
public void setDesiredStackVersion(String desiredStackVersion)
public ClusterServiceEntity getClusterServiceEntity()
public void setClusterServiceEntity(ClusterServiceEntity clusterServiceEntity)
public Collection<HostComponentStateEntity> getHostComponentStateEntities()
public void setHostComponentStateEntities(Collection<HostComponentStateEntity> hostComponentStateEntities)
public Collection<HostComponentDesiredStateEntity> getHostComponentDesiredStateEntities()
public void setHostComponentDesiredStateEntities(Collection<HostComponentDesiredStateEntity> hostComponentDesiredStateEntities)
Copyright © 2016. All rights reserved.