Class LogCollection
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v2.model.LogCollection
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class LogCollection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
LogCollection.
-
Constructor Summary
Constructors Constructor Description LogCollection()
-
Method Summary
Modifier and Type Method Description List<Log>
getLogs()
Gets the logs.LogPagination
getPagination()
Gets the pagination.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
LogCollection
public LogCollection()
-
-
Method Details
-
getLogs
Gets the logs.An array of objects describing log events.
- Returns:
- the logs
-
getPagination
Gets the pagination.The pagination data for the returned objects.
- Returns:
- the pagination
-