Class ConnectLogs


  • public class ConnectLogs
    extends Object
    ConnectLogs.
    • Constructor Detail

      • ConnectLogs

        public ConnectLogs()
    • Method Detail

      • addFailuresItem

        public ConnectLogs addFailuresItem​(ConnectLog failuresItem)
        addFailuresItem.
        Returns:
        ConnectLogs
      • getFailures

        public List<ConnectLog> getFailures()
        An array of containing failure information from the Connect failure log..
        Returns:
        failures
      • setFailures

        public void setFailures​(List<ConnectLog> failures)
        setFailures.
      • addLogsItem

        public ConnectLogs addLogsItem​(ConnectLog logsItem)
        addLogsItem.
        Returns:
        ConnectLogs
      • getLogs

        public List<ConnectLog> getLogs()
        A complex type containing Connect log information. It is divided into two sections, one for regular logs and one for Connect failures. .
        Returns:
        logs
      • totalRecords

        public ConnectLogs totalRecords​(String totalRecords)
        totalRecords.
        Returns:
        ConnectLogs
      • getTotalRecords

        public String getTotalRecords()
        .
        Returns:
        totalRecords
      • setTotalRecords

        public void setTotalRecords​(String totalRecords)
        setTotalRecords.
      • getType

        public String getType()
        .
        Returns:
        type
      • setType

        public void setType​(String type)
        setType.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object