@Entity public class HostComponentStateEntity extends Object
Constructor and Description |
---|
HostComponentStateEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getClusterId() |
String |
getComponentName() |
String |
getCurrentStackVersion() |
State |
getCurrentState() |
HostEntity |
getHostEntity() |
String |
getHostName() |
ServiceComponentDesiredStateEntity |
getServiceComponentDesiredStateEntity() |
String |
getServiceName() |
int |
hashCode() |
void |
setClusterId(Long clusterId) |
void |
setComponentName(String componentName) |
void |
setCurrentStackVersion(String currentStackVersion) |
void |
setCurrentState(State currentState) |
void |
setHostEntity(HostEntity hostEntity) |
void |
setHostName(String hostName) |
void |
setServiceComponentDesiredStateEntity(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
void |
setServiceName(String serviceName) |
public Long getClusterId()
public void setClusterId(Long clusterId)
public String getServiceName()
public void setServiceName(String serviceName)
public String getHostName()
public void setHostName(String hostName)
public String getComponentName()
public void setComponentName(String componentName)
public State getCurrentState()
public void setCurrentState(State currentState)
public String getCurrentStackVersion()
public void setCurrentStackVersion(String currentStackVersion)
public ServiceComponentDesiredStateEntity getServiceComponentDesiredStateEntity()
public void setServiceComponentDesiredStateEntity(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity)
public HostEntity getHostEntity()
public void setHostEntity(HostEntity hostEntity)
Copyright © 2017. All rights reserved.