Class AgentInputV1

java.lang.Object
com.seeq.model.AgentInputV1

public class AgentInputV1 extends Object
AgentInputV1
  • Constructor Details

    • AgentInputV1

      public AgentInputV1()
  • Method Details

    • backupName

      public AgentInputV1 backupName(String backupName)
    • getBackupName

      public String getBackupName()
      The name of an Agent backup to restore, when updating an agent.
      Returns:
      backupName
    • setBackupName

      public void setBackupName(String backupName)
    • json

      public AgentInputV1 json(String json)
    • getJson

      public String getJson()
      The agent’s json configuration.
      Returns:
      json
    • setJson

      public void setJson(String json)
    • propagateToAgent

      public AgentInputV1 propagateToAgent(Boolean propagateToAgent)
    • getPropagateToAgent

      public Boolean getPropagateToAgent()
      Whether the agent's json update event should propagate to the remote agent.
      Returns:
      propagateToAgent
    • setPropagateToAgent

      public void setPropagateToAgent(Boolean propagateToAgent)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object