@Entity public class HostComponentDesiredStateEntity extends Object
Constructor and Description |
---|
HostComponentDesiredStateEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
HostComponentAdminState |
getAdminState() |
Long |
getClusterId() |
String |
getComponentName() |
String |
getDesiredStackVersion() |
State |
getDesiredState() |
HostEntity |
getHostEntity() |
String |
getHostName() |
MaintenanceState |
getMaintenanceState() |
ServiceComponentDesiredStateEntity |
getServiceComponentDesiredStateEntity() |
String |
getServiceName() |
int |
hashCode() |
void |
setAdminState(HostComponentAdminState attribute) |
void |
setClusterId(Long clusterId) |
void |
setComponentName(String componentName) |
void |
setDesiredStackVersion(String desiredStackVersion) |
void |
setDesiredState(State desiredState) |
void |
setHostEntity(HostEntity hostEntity) |
void |
setHostName(String hostName) |
void |
setMaintenanceState(MaintenanceState state) |
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 getDesiredState()
public void setDesiredState(State desiredState)
public String getDesiredStackVersion()
public void setDesiredStackVersion(String desiredStackVersion)
public HostComponentAdminState getAdminState()
public void setAdminState(HostComponentAdminState attribute)
public MaintenanceState getMaintenanceState()
public void setMaintenanceState(MaintenanceState state)
public ServiceComponentDesiredStateEntity getServiceComponentDesiredStateEntity()
public void setServiceComponentDesiredStateEntity(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity)
public HostEntity getHostEntity()
public void setHostEntity(HostEntity hostEntity)
Copyright © 2014. All rights reserved.