public class MATLABRequestHandle extends Object implements Serializable
MATLABParams,
Serialized Form| Constructor and Description |
|---|
MATLABRequestHandle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceId()
Returns the instance ID of the server.
|
long |
getLastModifiedSeq()
Returns the lastModifiedSeq value on the server when the HTTP request was made.
|
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(InputStream inputStream)
Creates an object of MATLABRequestHandle class.
|
String |
toString() |
public static MATLABRequestHandle newInstance(InputStream inputStream)
inputStream - MATLABRequestHandle objectpublic static MATLABRequestHandle newInstance(byte[] byteStream)
byteStream - MATLABRequestHandle objectpublic long getLastModifiedSeq()
public MATLABRequestState getState()
MATLABRequestStatepublic String getRequestURL()
public String getInstanceId()
Copyright © 2015–2021. All rights reserved.