public class TaskReasonAlarm extends TaskReason
Java class for TaskReasonAlarm complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskReasonAlarm">
<complexContent>
<extension base="{urn:vim25}TaskReason">
<sequence>
<element name="alarmName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="alarm" type="{urn:vim25}ManagedObjectReference"/>
<element name="entityName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="entity" type="{urn:vim25}ManagedObjectReference"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
alarm |
protected String |
alarmName |
protected ManagedObjectReference |
entity |
protected String |
entityName |
| Constructor and Description |
|---|
TaskReasonAlarm() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getAlarm()
Gets the value of the alarm property.
|
String |
getAlarmName()
Gets the value of the alarmName property.
|
ManagedObjectReference |
getEntity()
Gets the value of the entity property.
|
String |
getEntityName()
Gets the value of the entityName property.
|
void |
setAlarm(ManagedObjectReference value)
Sets the value of the alarm property.
|
void |
setAlarmName(String value)
Sets the value of the alarmName property.
|
void |
setEntity(ManagedObjectReference value)
Sets the value of the entity property.
|
void |
setEntityName(String value)
Sets the value of the entityName property.
|
protected String alarmName
protected ManagedObjectReference alarm
protected String entityName
protected ManagedObjectReference entity
public String getAlarmName()
Stringpublic void setAlarmName(String value)
value - allowed object is
Stringpublic ManagedObjectReference getAlarm()
ManagedObjectReferencepublic void setAlarm(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getEntityName()
Stringpublic void setEntityName(String value)
value - allowed object is
Stringpublic ManagedObjectReference getEntity()
ManagedObjectReferencepublic void setEntity(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.