public class RegistrationResponse extends StompResponse
StompResponse.StompResponseStatus
Constructor and Description |
---|
RegistrationResponse() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAgentConfig() |
List<AlertDefinitionCommand> |
getAlertDefinitionCommands()
Gets the alert definition commands that contain the alert definitions for
each cluster that the host is a member of.
|
RecoveryConfig |
getRecoveryConfig() |
long |
getResponseId() |
RegistrationStatus |
getResponseStatus() |
List<StatusCommand> |
getStatusCommands() |
void |
setAgentConfig(Map<String,String> agentConfig) |
void |
setAlertDefinitionCommands(List<AlertDefinitionCommand> commands)
Sets the alert definition commands that contain the alert definitions for
each cluster that the host is a member of.
|
void |
setExitstatus(int exitstatus) |
void |
setLog(String log) |
void |
setRecoveryConfig(RecoveryConfig recoveryConfig) |
void |
setResponseId(long responseId) |
void |
setResponseStatus(RegistrationStatus response) |
void |
setStatusCommands(List<StatusCommand> statusCommands) |
String |
toString() |
getStatus, setStatus
public RegistrationStatus getResponseStatus()
public void setResponseStatus(RegistrationStatus response)
public List<StatusCommand> getStatusCommands()
public void setStatusCommands(List<StatusCommand> statusCommands)
public List<AlertDefinitionCommand> getAlertDefinitionCommands()
null
for none.public void setAlertDefinitionCommands(List<AlertDefinitionCommand> commands)
commands
- the commands, or null
for none.public long getResponseId()
public void setResponseId(long responseId)
public void setExitstatus(int exitstatus)
public void setLog(String log)
public RecoveryConfig getRecoveryConfig()
public void setRecoveryConfig(RecoveryConfig recoveryConfig)
Copyright © 2022 Apache Software Foundation. All rights reserved.