public final class Model
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Model(java.lang.String modelName,
java.lang.String hostName,
int hostPort,
java.lang.String version,
java.lang.String validationString)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHostName()
Get the host name for this model.
|
int |
getHostPort()
Get the host TCP port for this model.
|
java.lang.String |
getModelName()
Get the name of this model.
|
java.lang.String |
getValidationString()
Deprecated.
|
java.lang.String |
getVersion()
Get the Version of this model.
|
public Model(java.lang.String modelName, java.lang.String hostName, int hostPort, java.lang.String version, java.lang.String validationString)
modelName
- Name of the VHI modelhostName
- Name of the host system.hostPort
- TCP port of the host system.version
- Model version represented as time/date.validationString
- String unique to a particular version of
the model.public java.lang.String getModelName()
public java.lang.String getHostName()
public int getHostPort()
public java.lang.String getVersion()
public java.lang.String getValidationString()
Get the validation string for this model.
This method is deprecated. The model validation string is intended for internal server use only.