public class ComponentStatusReport extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ComponentStatusReport.CommandStatusCommand |
Constructor and Description |
---|
ComponentStatusReport() |
ComponentStatusReport(String componentName,
ComponentStatusReport.CommandStatusCommand command,
String status,
String serviceName,
Long clusterId) |
Modifier and Type | Method and Description |
---|---|
Long |
getClusterId() |
ComponentStatusReport.CommandStatusCommand |
getCommand() |
String |
getComponentName() |
String |
getServiceName() |
String |
getStatus() |
void |
setClusterId(Long clusterId) |
void |
setCommand(ComponentStatusReport.CommandStatusCommand command) |
void |
setComponentName(String componentName) |
void |
setServiceName(String serviceName) |
void |
setStatus(String status) |
public ComponentStatusReport()
public ComponentStatusReport(String componentName, ComponentStatusReport.CommandStatusCommand command, String status, String serviceName, Long clusterId)
public String getComponentName()
public void setComponentName(String componentName)
public ComponentStatusReport.CommandStatusCommand getCommand()
public void setCommand(ComponentStatusReport.CommandStatusCommand command)
public String getStatus()
public void setStatus(String status)
public String getServiceName()
public void setServiceName(String serviceName)
public Long getClusterId()
public void setClusterId(Long clusterId)
Copyright © 2022 Apache Software Foundation. All rights reserved.