public class ConnectLogs extends Object
Constructor and Description |
---|
ConnectLogs() |
Modifier and Type | Method and Description |
---|---|
ConnectLogs |
addFailuresItem(ConnectLog failuresItem) |
ConnectLogs |
addLogsItem(ConnectLog logsItem) |
boolean |
equals(Object o) |
ConnectLogs |
failures(List<ConnectLog> failures) |
List<ConnectLog> |
getFailures()
An array of containing failure information from the Connect failure log.
|
List<ConnectLog> |
getLogs()
A complex type containing Connect log information.
|
String |
getTotalRecords() |
String |
getType() |
int |
hashCode() |
ConnectLogs |
logs(List<ConnectLog> logs) |
void |
setFailures(List<ConnectLog> failures) |
void |
setLogs(List<ConnectLog> logs) |
void |
setTotalRecords(String totalRecords) |
void |
setType(String type) |
String |
toString() |
ConnectLogs |
totalRecords(String totalRecords) |
ConnectLogs |
type(String type) |
public ConnectLogs failures(List<ConnectLog> failures)
public ConnectLogs addFailuresItem(ConnectLog failuresItem)
public List<ConnectLog> getFailures()
public void setFailures(List<ConnectLog> failures)
public ConnectLogs logs(List<ConnectLog> logs)
public ConnectLogs addLogsItem(ConnectLog logsItem)
public List<ConnectLog> getLogs()
public void setLogs(List<ConnectLog> logs)
public ConnectLogs totalRecords(String totalRecords)
public String getTotalRecords()
public void setTotalRecords(String totalRecords)
public ConnectLogs type(String type)
public String getType()
public void setType(String type)
Copyright © 2018. All rights reserved.