Uses of Class
zowe.client.sdk.zoslogs.model.ZosLogItem
-
Packages that use ZosLogItem Package Description zowe.client.sdk.zoslogs.response Response objects for zos logs processing -
-
Uses of ZosLogItem in zowe.client.sdk.zoslogs.response
Methods in zowe.client.sdk.zoslogs.response that return types with arguments of type ZosLogItem Modifier and Type Method Description List<ZosLogItem>ZosLogResponse. getItems()Retrieve the list of log items.Constructor parameters in zowe.client.sdk.zoslogs.response with type arguments of type ZosLogItem Constructor Description ZosLogResponse(Long timeZone, Long nextTimeStamp, String source, Long totalItems, List<ZosLogItem> items)Jackson constructor for ZosLogResponse.
-