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