public class MATLABRequestHandle
extends java.lang.Object
implements java.io.Serializable
MATLABParams,
Serialized Form| Constructor and Description |
|---|
MATLABRequestHandle() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInstanceId()
Returns the instance ID of the server.
|
long |
getLastModifiedSeq()
Returns the lastModifiedSeq value on the server when the HTTP request was made.
|
java.lang.String |
getRequestURL()
Returns the request URL associated with the request.
|
MATLABRequestState |
getState()
Returns the state of the request.
|
static MATLABRequestHandle |
newInstance(byte[] byteStream)
Creates an object of MATLABRequestHandle class.
|
static MATLABRequestHandle |
newInstance(java.io.InputStream inputStream)
Creates an object of MATLABRequestHandle class.
|
java.lang.String |
toString() |
public static MATLABRequestHandle newInstance(java.io.InputStream inputStream)
inputStream - MATLABRequestHandle objectpublic static MATLABRequestHandle newInstance(byte[] byteStream)
byteStream - MATLABRequestHandle objectpublic long getLastModifiedSeq()
public MATLABRequestState getState()
MATLABRequestStatepublic java.lang.String getRequestURL()
public java.lang.String getInstanceId()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright 2010-2022 The MathWorks, Inc.