public class MATLABRequestHandle
extends java.lang.Object
implements java.io.Serializable
MATLABParams
,
Serialized FormConstructor 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()
MATLABRequestState
public java.lang.String getRequestURL()
public java.lang.String getInstanceId()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2010-2016 The MathWorks, Inc.