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