Class LogFileInfo
- java.lang.Object
-
- org.wso2.carbon.logging.view.ui.data.LogFileInfo
-
public class LogFileInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description LogFileInfo(String logName, String logDate, String fileSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileSize()
String
getLogDate()
String
getLogName()
void
setFileSize(String fileSize)
void
setLogDate(String logDate)
void
setLogName(String logName)
-