public class UdfApplicationLog extends GenericResult implements Closeable
| 构造器和说明 |
|---|
UdfApplicationLog() |
UdfApplicationLog(String udfName) |
UdfApplicationLog(String udfName,
InputStream logContent) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 Closeableclose 在接口中 AutoCloseableIOExceptionpublic void forcedClose()
throws IOException
IOExceptionCopyright © 2020. All Rights Reserved.