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()
boolean
The agent ID.A description of the operation performed.Information about the status of theStartDataCollection
andStopDataCollection
operations.int
hashCode()
Information about the status of theStartDataCollection
andStopDataCollection
operations.void
setAgentId
(String agentId) The agent ID.void
setDescription
(String description) A description of the operation performed.void
setOperationSucceeded
(Boolean operationSucceeded) Information about the status of theStartDataCollection
andStopDataCollection
operations.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 theStartDataCollection
andStopDataCollection
operations.
-
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
StartDataCollection
andStopDataCollection
operations. 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 theStartDataCollection
andStopDataCollection
operations. 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
StartDataCollection
andStopDataCollection
operations. 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
StartDataCollection
andStopDataCollection
operations. 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
StartDataCollection
andStopDataCollection
operations. 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 theStartDataCollection
andStopDataCollection
operations. 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
StartDataCollection
andStopDataCollection
operations. 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
StartDataCollection
andStopDataCollection
operations. 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
-