public class LogsResources.Log extends Object implements Comparable<LogsResources.Log>
Constructor and Description |
---|
Log(String name,
long size,
long lastModified) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(LogsResources.Log log) |
String |
getLastModified() |
String |
getName() |
String |
getSize() |
public Log(String name, long size, long lastModified)
public String getName()
public String getSize()
public String getLastModified()
public int compareTo(LogsResources.Log log)
compareTo
in interface Comparable<LogsResources.Log>
Copyright © 2021 The Apache Software Foundation. All rights reserved.