Package com.seeq.model
Class AgentInputV1
java.lang.Object
com.seeq.model.AgentInputV1
AgentInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackupName
(String backupName) boolean
The name of an Agent backup to restore, when updating an agent.getJson()
The agent’s json configuration.Whether the agent's json update event should propagate to the remote agent.int
hashCode()
propagateToAgent
(Boolean propagateToAgent) void
setBackupName
(String backupName) void
void
setPropagateToAgent
(Boolean propagateToAgent) toString()
-
Constructor Details
-
AgentInputV1
public AgentInputV1()
-
-
Method Details
-
backupName
-
getBackupName
The name of an Agent backup to restore, when updating an agent.- Returns:
- backupName
-
setBackupName
-
json
-
getJson
The agent’s json configuration.- Returns:
- json
-
setJson
-
propagateToAgent
-
getPropagateToAgent
Whether the agent's json update event should propagate to the remote agent.- Returns:
- propagateToAgent
-
setPropagateToAgent
-
equals
-
hashCode
public int hashCode() -
toString
-