public class LogFileInfo extends Object
| Constructor and Description |
|---|
LogFileInfo(String logName,
String logDate,
String fileSize) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileSize() |
String |
getLogDate() |
String |
getLogName() |
void |
setFileSize(String fileSize) |
void |
setLogDate(String logDate) |
void |
setLogName(String logName) |
Copyright © 2017 WSO2. All rights reserved.