public class ProfileEventArgument extends EventArgument
Java class for ProfileEventArgument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileEventArgument">
<complexContent>
<extension base="{urn:vim25}EventArgument">
<sequence>
<element name="profile" type="{urn:vim25}ManagedObjectReference"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected ManagedObjectReference |
profile |
| Constructor and Description |
|---|
ProfileEventArgument() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
ManagedObjectReference |
getProfile()
Gets the value of the profile property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProfile(ManagedObjectReference value)
Sets the value of the profile property.
|
protected ManagedObjectReference profile
protected String name
public ManagedObjectReference getProfile()
ManagedObjectReferencepublic void setProfile(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getName()
StringCopyright © 2018. All rights reserved.