public class LogFile extends Object
| Modifier and Type | Method and Description |
|---|---|
Long |
fileSize()
The size of the log file in bytes.
|
LogFile |
fileSize(Long value)
The size of the log file in bytes.
|
String |
getKey() |
Long |
lastModifiedTime()
The date, in milliseconds, the file was last modified.
|
LogFile |
lastModifiedTime(Long value)
The date, in milliseconds, the file was last modified.
|
String |
lastModifiedTimestamp()
The date, in ISO 8601 format, the file was last modified.
|
LogFile |
lastModifiedTimestamp(String value)
The date, in ISO 8601 format, the file was last modified.
|
Long |
stream()
Provides the server log as a response attachment.
|
LogFile |
stream(Long value)
Provides the server log as a response attachment.
|
public LogFile(String key)
public String getKey()
public Long fileSize()
public Long lastModifiedTime()
public LogFile lastModifiedTime(Long value)
public String lastModifiedTimestamp()
public LogFile lastModifiedTimestamp(String value)
public Long stream()
Copyright © 2015 JBoss by Red Hat. All rights reserved.