public class MultipleCertificatesVerifyFaultThumbprintData extends DynamicData
Java class for MultipleCertificatesVerifyFaultThumbprintData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MultipleCertificatesVerifyFaultThumbprintData">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="thumbprint" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
port |
protected String |
thumbprint |
| Constructor and Description |
|---|
MultipleCertificatesVerifyFaultThumbprintData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPort()
Gets the value of the port property.
|
String |
getThumbprint()
Gets the value of the thumbprint property.
|
void |
setPort(int value)
Sets the value of the port property.
|
void |
setThumbprint(String value)
Sets the value of the thumbprint property.
|
protected int port
protected String thumbprint
public MultipleCertificatesVerifyFaultThumbprintData()
Copyright © 2018. All rights reserved.