Class LogListInfo
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.LogListInfo
-
- All Implemented Interfaces:
Serializable
,ResponseBody
public class LogListInfo extends Object implements ResponseBody, Serializable
Class containing a collection ofLogInfo
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
FIELD_NAME_LOGS
-
Constructor Summary
Constructors Constructor Description LogListInfo(Collection<LogInfo> logInfos)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogListInfo
empty()
boolean
equals(Object o)
Collection<LogInfo>
getLogInfos()
int
hashCode()
-
-
-
Field Detail
-
FIELD_NAME_LOGS
public static final String FIELD_NAME_LOGS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LogListInfo
public LogListInfo(Collection<LogInfo> logInfos)
-
-
Method Detail
-
getLogInfos
public Collection<LogInfo> getLogInfos()
-
empty
public static LogListInfo empty()
-
-