public class LogListInfo extends Object implements ResponseBody, Serializable
LogInfo
.Modifier and Type | Field and Description |
---|---|
static String |
FIELD_NAME_LOGS |
Constructor and Description |
---|
LogListInfo(Collection<LogInfo> logInfos) |
Modifier and Type | Method and Description |
---|---|
static LogListInfo |
empty() |
boolean |
equals(Object o) |
Collection<LogInfo> |
getLogInfos() |
int |
hashCode() |
public static final String FIELD_NAME_LOGS
public LogListInfo(Collection<LogInfo> logInfos)
public Collection<LogInfo> getLogInfos()
public static LogListInfo empty()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.