Class AgentConfigurationStatus
- All Implemented Interfaces:
Serializable,Cloneable
Information about agents that were instructed to start collecting data. Information includes the agent ID, a description of the operation, and whether or not the agent configuration was updated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe agent ID.A description of the operation performed.Information about the status of theStartDataCollectionandStopDataCollectionoperations.inthashCode()Information about the status of theStartDataCollectionandStopDataCollectionoperations.voidsetAgentId(String agentId) The agent ID.voidsetDescription(String description) A description of the operation performed.voidsetOperationSucceeded(Boolean operationSucceeded) Information about the status of theStartDataCollectionandStopDataCollectionoperations.toString()Returns a string representation of this object; useful for testing and debugging.withAgentId(String agentId) The agent ID.withDescription(String description) A description of the operation performed.withOperationSucceeded(Boolean operationSucceeded) Information about the status of theStartDataCollectionandStopDataCollectionoperations.
-
Constructor Details
-
AgentConfigurationStatus
public AgentConfigurationStatus()
-
-
Method Details
-
setAgentId
The agent ID.
- Parameters:
agentId- The agent ID.
-
getAgentId
The agent ID.
- Returns:
- The agent ID.
-
withAgentId
The agent ID.
- Parameters:
agentId- The agent ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOperationSucceeded
Information about the status of the
StartDataCollectionandStopDataCollectionoperations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.- Parameters:
operationSucceeded- Information about the status of theStartDataCollectionandStopDataCollectionoperations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.
-
getOperationSucceeded
Information about the status of the
StartDataCollectionandStopDataCollectionoperations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.- Returns:
- Information about the status of the
StartDataCollectionandStopDataCollectionoperations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.
-
withOperationSucceeded
Information about the status of the
StartDataCollectionandStopDataCollectionoperations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.- Parameters:
operationSucceeded- Information about the status of theStartDataCollectionandStopDataCollectionoperations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isOperationSucceeded
Information about the status of the
StartDataCollectionandStopDataCollectionoperations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.- Returns:
- Information about the status of the
StartDataCollectionandStopDataCollectionoperations. The system has recorded the data collection operation. The agent receives this command the next time it polls for a new command.
-
setDescription
A description of the operation performed.
- Parameters:
description- A description of the operation performed.
-
getDescription
A description of the operation performed.
- Returns:
- A description of the operation performed.
-
withDescription
A description of the operation performed.
- Parameters:
description- A description of the operation performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-