public class HostServiceTicket extends DynamicData
Java class for HostServiceTicket complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostServiceTicket">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="host" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="sslThumbprint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="service" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="serviceVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
host |
protected Integer |
port |
protected String |
service |
protected String |
serviceVersion |
protected String |
sessionId |
protected String |
sslThumbprint |
| Constructor and Description |
|---|
HostServiceTicket() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Gets the value of the host property.
|
Integer |
getPort()
Gets the value of the port property.
|
String |
getService()
Gets the value of the service property.
|
String |
getServiceVersion()
Gets the value of the serviceVersion property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
String |
getSslThumbprint()
Gets the value of the sslThumbprint property.
|
void |
setHost(String value)
Sets the value of the host property.
|
void |
setPort(Integer value)
Sets the value of the port property.
|
void |
setService(String value)
Sets the value of the service property.
|
void |
setServiceVersion(String value)
Sets the value of the serviceVersion property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
void |
setSslThumbprint(String value)
Sets the value of the sslThumbprint property.
|
protected String host
protected Integer port
protected String sslThumbprint
protected String service
protected String serviceVersion
protected String sessionId
public String getHost()
Stringpublic void setHost(String value)
value - allowed object is
Stringpublic Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic String getSslThumbprint()
Stringpublic void setSslThumbprint(String value)
value - allowed object is
Stringpublic String getService()
Stringpublic void setService(String value)
value - allowed object is
Stringpublic String getServiceVersion()
Stringpublic void setServiceVersion(String value)
value - allowed object is
Stringpublic String getSessionId()
StringCopyright © 2018. All rights reserved.