public class UdfApplicationLog extends GenericResult implements Closeable
| Constructor and Description |
|---|
UdfApplicationLog() |
UdfApplicationLog(String udfName) |
UdfApplicationLog(String udfName,
InputStream logContent) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
forcedClose()
Forcefully close the object.
|
InputStream |
getLogContent()
Gets the
InputStream instance which has the log content. |
String |
getUdfName() |
void |
setLogContent(InputStream logContent)
Sets the
InputStream instance. |
void |
setUdfName(String udfName) |
getClientCRC, getRequestId, getResponse, getServerCRC, setClientCRC, setRequestId, setResponse, setServerCRCpublic UdfApplicationLog()
public UdfApplicationLog(String udfName)
public UdfApplicationLog(String udfName, InputStream logContent)
public String getUdfName()
public void setUdfName(String udfName)
public InputStream getLogContent()
InputStream instance which has the log content.InputStream instance which has the log content.public void setLogContent(InputStream logContent)
InputStream instance.logContent - The InputStream instance.public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic void forcedClose()
throws IOException
IOExceptionCopyright © 2021. All Rights Reserved.