public class LicenseDiagnostics extends DynamicData
Java class for LicenseDiagnostics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LicenseDiagnostics">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="sourceLastChanged" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="sourceLost" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sourceLatency" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="licenseRequests" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="licenseRequestFailures" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="licenseFeatureUnknowns" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="opState" type="{urn:vim25}LicenseManagerState"/>
<element name="lastStatusUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="opFailureMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
lastStatusUpdate |
protected String |
licenseFeatureUnknowns |
protected String |
licenseRequestFailures |
protected String |
licenseRequests |
protected String |
opFailureMessage |
protected LicenseManagerState |
opState |
protected XMLGregorianCalendar |
sourceLastChanged |
protected float |
sourceLatency |
protected String |
sourceLost |
| Constructor and Description |
|---|
LicenseDiagnostics() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getLastStatusUpdate()
Gets the value of the lastStatusUpdate property.
|
String |
getLicenseFeatureUnknowns()
Gets the value of the licenseFeatureUnknowns property.
|
String |
getLicenseRequestFailures()
Gets the value of the licenseRequestFailures property.
|
String |
getLicenseRequests()
Gets the value of the licenseRequests property.
|
String |
getOpFailureMessage()
Gets the value of the opFailureMessage property.
|
LicenseManagerState |
getOpState()
Gets the value of the opState property.
|
XMLGregorianCalendar |
getSourceLastChanged()
Gets the value of the sourceLastChanged property.
|
float |
getSourceLatency()
Gets the value of the sourceLatency property.
|
String |
getSourceLost()
Gets the value of the sourceLost property.
|
void |
setLastStatusUpdate(XMLGregorianCalendar value)
Sets the value of the lastStatusUpdate property.
|
void |
setLicenseFeatureUnknowns(String value)
Sets the value of the licenseFeatureUnknowns property.
|
void |
setLicenseRequestFailures(String value)
Sets the value of the licenseRequestFailures property.
|
void |
setLicenseRequests(String value)
Sets the value of the licenseRequests property.
|
void |
setOpFailureMessage(String value)
Sets the value of the opFailureMessage property.
|
void |
setOpState(LicenseManagerState value)
Sets the value of the opState property.
|
void |
setSourceLastChanged(XMLGregorianCalendar value)
Sets the value of the sourceLastChanged property.
|
void |
setSourceLatency(float value)
Sets the value of the sourceLatency property.
|
void |
setSourceLost(String value)
Sets the value of the sourceLost property.
|
protected XMLGregorianCalendar sourceLastChanged
protected String sourceLost
protected float sourceLatency
protected String licenseRequests
protected String licenseRequestFailures
protected String licenseFeatureUnknowns
protected LicenseManagerState opState
protected XMLGregorianCalendar lastStatusUpdate
protected String opFailureMessage
public XMLGregorianCalendar getSourceLastChanged()
XMLGregorianCalendarpublic void setSourceLastChanged(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getSourceLost()
Stringpublic void setSourceLost(String value)
value - allowed object is
Stringpublic float getSourceLatency()
public void setSourceLatency(float value)
public String getLicenseRequests()
Stringpublic void setLicenseRequests(String value)
value - allowed object is
Stringpublic String getLicenseRequestFailures()
Stringpublic void setLicenseRequestFailures(String value)
value - allowed object is
Stringpublic String getLicenseFeatureUnknowns()
Stringpublic void setLicenseFeatureUnknowns(String value)
value - allowed object is
Stringpublic LicenseManagerState getOpState()
LicenseManagerStatepublic void setOpState(LicenseManagerState value)
value - allowed object is
LicenseManagerStatepublic XMLGregorianCalendar getLastStatusUpdate()
XMLGregorianCalendarpublic void setLastStatusUpdate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getOpFailureMessage()
StringCopyright © 2018. All rights reserved.