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