public class StopDataCollectionByAgentIdsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.util.List<AgentConfigurationStatus> |
agentsConfigurationStatus
Information about agents that were instructed to stop collecting data.
|
Constructor and Description |
---|
StopDataCollectionByAgentIdsResult() |
Modifier and Type | Method and Description |
---|---|
StopDataCollectionByAgentIdsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<AgentConfigurationStatus> |
getAgentsConfigurationStatus()
Information about agents that were instructed to stop collecting data.
|
int |
hashCode() |
void |
setAgentsConfigurationStatus(java.util.Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to stop collecting data.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StopDataCollectionByAgentIdsResult |
withAgentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about agents that were instructed to stop collecting data.
|
StopDataCollectionByAgentIdsResult |
withAgentsConfigurationStatus(java.util.Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents that were instructed to stop collecting data.
|
private java.util.List<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.
public java.util.List<AgentConfigurationStatus> 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.
public void setAgentsConfigurationStatus(java.util.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.
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.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)
or
withAgentsConfigurationStatus(java.util.Collection)
if you want
to override the existing values.
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.public StopDataCollectionByAgentIdsResult withAgentsConfigurationStatus(java.util.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.
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.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public StopDataCollectionByAgentIdsResult clone()
clone
in class java.lang.Object