Package com.seeq.model
Class ConnectorInputV1
java.lang.Object
com.seeq.model.ConnectorInputV1
ConnectorInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackupName
(String backupName) boolean
The name of a connector backup to restore, when updating a connector.getJson()
The connector’s json configuration.Whether the connector'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
-
ConnectorInputV1
public ConnectorInputV1()
-
-
Method Details
-
backupName
-
getBackupName
The name of a connector backup to restore, when updating a connector.- Returns:
- backupName
-
setBackupName
-
json
-
getJson
The connector’s json configuration.- Returns:
- json
-
setJson
-
propagateToAgent
-
getPropagateToAgent
Whether the connector's json update event should propagate to the remote agent.- Returns:
- propagateToAgent
-
setPropagateToAgent
-
equals
-
hashCode
public int hashCode() -
toString
-