public class ProfileExecuteError extends DynamicData
Java class for ProfileExecuteError complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileExecuteError">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="path" type="{urn:vim25}ProfilePropertyPath" minOccurs="0"/>
<element name="message" type="{urn:vim25}LocalizableMessage"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalizableMessage |
message |
protected ProfilePropertyPath |
path |
| Constructor and Description |
|---|
ProfileExecuteError() |
| Modifier and Type | Method and Description |
|---|---|
LocalizableMessage |
getMessage()
Gets the value of the message property.
|
ProfilePropertyPath |
getPath()
Gets the value of the path property.
|
void |
setMessage(LocalizableMessage value)
Sets the value of the message property.
|
void |
setPath(ProfilePropertyPath value)
Sets the value of the path property.
|
protected ProfilePropertyPath path
protected LocalizableMessage message
public ProfilePropertyPath getPath()
ProfilePropertyPathpublic void setPath(ProfilePropertyPath value)
value - allowed object is
ProfilePropertyPathpublic LocalizableMessage getMessage()
LocalizableMessagepublic void setMessage(LocalizableMessage value)
value - allowed object is
LocalizableMessageCopyright © 2018. All rights reserved.