Class StopDataCollectionByAgentIdsResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about agents that were instructed to stop collecting data.inthashCode()voidsetAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus) Information about agents that were instructed to stop collecting data.toString()Returns a string representation of this object; useful for testing and debugging.withAgentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus) Information about agents that were instructed to stop collecting data.withAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus) Information about agents that were instructed to stop collecting data.
-
Constructor Details
-
StopDataCollectionByAgentIdsResult
public StopDataCollectionByAgentIdsResult()
-
-
Method Details
-
getAgentsConfigurationStatus
Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.
- Returns:
- Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.
-
setAgentsConfigurationStatus
public void setAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus) Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.
- Parameters:
agentsConfigurationStatus- Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.
-
withAgentsConfigurationStatus
public StopDataCollectionByAgentIdsResult withAgentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus) Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.
NOTE: This method appends the values to the existing list (if any). Use
setAgentsConfigurationStatus(java.util.Collection)orwithAgentsConfigurationStatus(java.util.Collection)if you want to override the existing values.- Parameters:
agentsConfigurationStatus- Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withAgentsConfigurationStatus
public StopDataCollectionByAgentIdsResult withAgentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus) Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.
- Parameters:
agentsConfigurationStatus- Information about agents that were instructed to stop collecting data. Information includes the agent ID, a description of the operation performed, and whether or not the agent configuration was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-