Class DatasourcesStatusOutputV1

java.lang.Object
com.seeq.model.DatasourcesStatusOutputV1

public class DatasourcesStatusOutputV1 extends Object
DatasourcesStatusOutputV1
  • Constructor Details

    • DatasourcesStatusOutputV1

      public DatasourcesStatusOutputV1()
  • Method Details

    • agents

    • addAgentsItem

      public DatasourcesStatusOutputV1 addAgentsItem(AgentStatusOutputV1 agentsItem)
    • getAgents

      public List<AgentStatusOutputV1> getAgents()
      The status for all agents accessible by the user. Provided only when the required level of detail is 'Complete'
      Returns:
      agents
    • setAgents

      public void setAgents(List<AgentStatusOutputV1> agents)
    • connectedConnectionsCount

      public DatasourcesStatusOutputV1 connectedConnectionsCount(Integer connectedConnectionsCount)
    • getConnectedConnectionsCount

      public Integer getConnectedConnectionsCount()
      The number of connections in status 'Connected'. Provided regardless of the level of detail requested
      Returns:
      connectedConnectionsCount
    • setConnectedConnectionsCount

      public void setConnectedConnectionsCount(Integer connectedConnectionsCount)
    • connectedDatasourcesCount

      public DatasourcesStatusOutputV1 connectedDatasourcesCount(Integer connectedDatasourcesCount)
    • getConnectedDatasourcesCount

      public Integer getConnectedDatasourcesCount()
      The number of connected datasources. Provided regardless of the level of detail requested
      Returns:
      connectedDatasourcesCount
    • setConnectedDatasourcesCount

      public void setConnectedDatasourcesCount(Integer connectedDatasourcesCount)
    • datasources

    • addDatasourcesItem

      public DatasourcesStatusOutputV1 addDatasourcesItem(DatasourceSummaryStatusOutputV1 datasourcesItem)
    • getDatasources

      public List<DatasourceSummaryStatusOutputV1> getDatasources()
      The status for all datasources accessible by the user. Available only when the required level of detail is 'Complete' or 'Summary'
      Returns:
      datasources
    • setDatasources

      public void setDatasources(List<DatasourceSummaryStatusOutputV1> datasources)
    • totalConnectionsCount

      public DatasourcesStatusOutputV1 totalConnectionsCount(Integer totalConnectionsCount)
    • getTotalConnectionsCount

      public Integer getTotalConnectionsCount()
      The total number of connections expected to be in the status 'Connected'. Provided regardless of the level of detail requested
      Returns:
      totalConnectionsCount
    • setTotalConnectionsCount

      public void setTotalConnectionsCount(Integer totalConnectionsCount)
    • totalDatasourcesCount

      public DatasourcesStatusOutputV1 totalDatasourcesCount(Integer totalDatasourcesCount)
    • getTotalDatasourcesCount

      public Integer getTotalDatasourcesCount()
      The total number of datasources expected to be connected. Provided regardless of the level of detail requested
      Returns:
      totalDatasourcesCount
    • setTotalDatasourcesCount

      public void setTotalDatasourcesCount(Integer totalDatasourcesCount)
    • 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