<< Click to Display Table of Contents >>
OZUDRResult
This class provides methods to get the UDR execution result.
Constructor Detail
OZUDRResult
public OZUDRResult(boolean isUpdate, OZUDRInfo info)
Gets the UDR execution result.
Parameters:
isUpdate - Whether to update or not
info - An object that has new user defined resource information
Method Detail
isUpdate
public boolean isUpdate()
Whether to update or not.
getUDRInfo
public OZUDRInfo getUDRInfo()
Gets the object that has new user defined resource information.