public class SystemEventInfo extends DynamicData
Java class for SystemEventInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SystemEventInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="recordId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="when" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="selType" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sensorNumber" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
protected long |
recordId |
protected long |
selType |
protected long |
sensorNumber |
protected String |
when |
| Constructor and Description |
|---|
SystemEventInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the value of the message property.
|
long |
getRecordId()
Gets the value of the recordId property.
|
long |
getSelType()
Gets the value of the selType property.
|
long |
getSensorNumber()
Gets the value of the sensorNumber property.
|
String |
getWhen()
Gets the value of the when property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setRecordId(long value)
Sets the value of the recordId property.
|
void |
setSelType(long value)
Sets the value of the selType property.
|
void |
setSensorNumber(long value)
Sets the value of the sensorNumber property.
|
void |
setWhen(String value)
Sets the value of the when property.
|
protected long recordId
protected String when
protected long selType
protected String message
protected long sensorNumber
public long getRecordId()
public void setRecordId(long value)
public String getWhen()
Stringpublic void setWhen(String value)
value - allowed object is
Stringpublic long getSelType()
public void setSelType(long value)
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic long getSensorNumber()
public void setSensorNumber(long value)
Copyright © 2018. All rights reserved.