Package com.seeq.model
Class ConnectionInputV1
java.lang.Object
com.seeq.model.ConnectionInputV1
ConnectionInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackupName
(String backupName) datasourceId
(String datasourceId) boolean
The name of a connection backup to restore, when updating a connection.The datasource idTrue if the connection is enabledgetJson()
The connection configuration json.The maximum number of concurrent requests through this connectionThe maximum number of sample/capsule results that can be returned by a request.The transforms to be applied as JSONint
hashCode()
maxConcurrentRequests
(Integer maxConcurrentRequests) maxResultsPerRequests
(Integer maxResultsPerRequests) void
setBackupName
(String backupName) void
setDatasourceId
(String datasourceId) void
setEnabled
(Boolean enabled) void
void
setMaxConcurrentRequests
(Integer maxConcurrentRequests) void
setMaxResultsPerRequests
(Integer maxResultsPerRequests) void
setTransforms
(String transforms) toString()
transforms
(String transforms)
-
Constructor Details
-
ConnectionInputV1
public ConnectionInputV1()
-
-
Method Details
-
backupName
-
getBackupName
The name of a connection backup to restore, when updating a connection.- Returns:
- backupName
-
setBackupName
-
datasourceId
-
getDatasourceId
The datasource id- Returns:
- datasourceId
-
setDatasourceId
-
enabled
-
getEnabled
True if the connection is enabled- Returns:
- enabled
-
setEnabled
-
json
-
getJson
The connection configuration json.- Returns:
- json
-
setJson
-
maxConcurrentRequests
-
getMaxConcurrentRequests
The maximum number of concurrent requests through this connection- Returns:
- maxConcurrentRequests
-
setMaxConcurrentRequests
-
maxResultsPerRequests
-
getMaxResultsPerRequests
The maximum number of sample/capsule results that can be returned by a request. When null, no limit is imposed.- Returns:
- maxResultsPerRequests
-
setMaxResultsPerRequests
-
transforms
-
getTransforms
The transforms to be applied as JSON- Returns:
- transforms
-
setTransforms
-
equals
-
hashCode
public int hashCode() -
toString
-