public class ProxyModelResponse
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ProxyModelResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBrokerUrl()
Get the URL of the message broker.
|
byte[] |
getModelImage()
Get the model image (PNG) byte array.
|
java.util.HashMap<java.lang.String,java.lang.String> |
getModelTypes()
Get the map from the model's Typeable objects to its inferred type.
|
java.lang.String |
getModelXML()
Get the model XML string containing the model specifically created for
the Android client
that includes only actors that need to run there.
|
Ticket |
getTicket()
Get the ticket identifying the model on the server.
|
void |
setBrokerUrl(java.lang.String brokerUrl)
Set the URL of the message broker.
|
void |
setModelImage(byte[] modelImage)
Set the model image (PNG) byte array.
|
void |
setModelTypes(java.util.HashMap<java.lang.String,java.lang.String> modelTypes)
Set the map from the model's Typeable objects to its inferred type.
|
void |
setModelXML(java.lang.String modelXML)
Set the model XML string containing the model specifically created for the Android client
that includes only actors that need to run there.
|
void |
setTicket(Ticket ticket)
Set the ticket identifying the model on the server.
|
public java.lang.String getBrokerUrl()
setBrokerUrl(String)
public byte[] getModelImage()
setModelImage(byte[])
public java.util.HashMap<java.lang.String,java.lang.String> getModelTypes()
This map contains only types for the sinks and sources intended to run on Android.
setModelTypes(HashMap)
public java.lang.String getModelXML()
setModelXML(String)
public Ticket getTicket()
setTicket(Ticket)
public void setBrokerUrl(java.lang.String brokerUrl)
brokerUrl
- The URL of the message broker to which the client should publish tokens.getBrokerUrl()
public void setModelImage(byte[] modelImage)
modelImage
- The byte array of the model image.getModelImage()
public void setModelTypes(java.util.HashMap<java.lang.String,java.lang.String> modelTypes)
modelTypes
- The map from the Typeable to its inferred type.getModelTypes()
public void setModelXML(java.lang.String modelXML)
modelXML
- The model XML for the Android client.getModelXML()
public void setTicket(Ticket ticket)
ticket
- The ticket identifying the model on the server.getTicket()