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, setServerCRC
public 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
在接口中 Closeable
close
在接口中 AutoCloseable
IOException
public void forcedClose() throws IOException
IOException
Copyright © 2019. All Rights Reserved.