public class SessionManagerGenericServiceTicket extends DynamicData
Java class for SessionManagerGenericServiceTicket complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SessionManagerGenericServiceTicket">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="hostName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sslThumbprint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
hostName |
protected String |
id |
protected String |
sslThumbprint |
| Constructor and Description |
|---|
SessionManagerGenericServiceTicket() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName()
Gets the value of the hostName property.
|
String |
getId()
Gets the value of the id property.
|
String |
getSslThumbprint()
Gets the value of the sslThumbprint property.
|
void |
setHostName(String value)
Sets the value of the hostName property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSslThumbprint(String value)
Sets the value of the sslThumbprint property.
|
protected String id
protected String hostName
protected String sslThumbprint
public void setId(String value)
value - allowed object is
Stringpublic String getHostName()
Stringpublic void setHostName(String value)
value - allowed object is
Stringpublic String getSslThumbprint()
StringCopyright © 2018. All rights reserved.