@Entity public class HostComponentDesiredStateEntity extends Object
Constructor and Description |
---|
HostComponentDesiredStateEntity() |
public Long getId()
public Long getClusterId()
public void setClusterId(Long clusterId)
public String getServiceName()
public void setServiceName(String serviceName)
public Long getHostId()
public String getComponentName()
public void setComponentName(String componentName)
public State getDesiredState()
public void setDesiredState(State desiredState)
public HostComponentAdminState getAdminState()
public void setAdminState(HostComponentAdminState attribute)
public MaintenanceState getMaintenanceState()
public void setMaintenanceState(MaintenanceState state)
public void setHostId(Long hostId)
public BlueprintProvisioningState getBlueprintProvisioningState()
public void setBlueprintProvisioningState(BlueprintProvisioningState blueprintProvisioningState)
public ServiceComponentDesiredStateEntity getServiceComponentDesiredStateEntity()
public void setServiceComponentDesiredStateEntity(ServiceComponentDesiredStateEntity serviceComponentDesiredStateEntity)
public HostEntity getHostEntity()
public void setHostEntity(HostEntity hostEntity)
public boolean isRestartRequired()
public void setRestartRequired(boolean restartRequired)
Copyright © 2022 Apache Software Foundation. All rights reserved.