@Entity public class HostComponentStateEntity extends Object
Constructor and Description |
---|
HostComponentStateEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getClusterId() |
String |
getComponentName() |
State |
getCurrentState() |
HostEntity |
getHostEntity() |
Long |
getHostId() |
String |
getHostName() |
Long |
getId() |
ServiceComponentDesiredStateEntity |
getServiceComponentDesiredStateEntity() |
String |
getServiceName() |
UpgradeState |
getUpgradeState() |
String |
getVersion() |
int |
hashCode() |
void |
setClusterId(Long clusterId) |
void |
setComponentName(String componentName) |
void |
setCurrentState(State currentState) |
void |
setHostEntity(HostEntity hostEntity) |
void |
setServiceComponentDesiredStateEntity(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity) |
void |
setServiceName(String serviceName) |
void |
setUpgradeState(UpgradeState upgradeState) |
void |
setVersion(String version) |
String |
toString() |
public Long getId()
public Long getClusterId()
public void setClusterId(Long clusterId)
public String getServiceName()
public void setServiceName(String serviceName)
public String getHostName()
public Long getHostId()
public String getComponentName()
public void setComponentName(String componentName)
public State getCurrentState()
public void setCurrentState(State currentState)
public UpgradeState getUpgradeState()
public void setUpgradeState(UpgradeState upgradeState)
public String getVersion()
public void setVersion(String version)
public ServiceComponentDesiredStateEntity getServiceComponentDesiredStateEntity()
public void setServiceComponentDesiredStateEntity(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity)
public HostEntity getHostEntity()
public void setHostEntity(HostEntity hostEntity)
Copyright © 2022 Apache Software Foundation. All rights reserved.