Package com.soffid.iam.sync.engine.intf
Class GetObjectResults
- java.lang.Object
-
- com.soffid.iam.sync.engine.intf.GetObjectResults
-
- All Implemented Interfaces:
Serializable
public class GetObjectResults extends Object implements Serializable
ValueObject GetObjectResults- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetObjectResults()
GetObjectResults(GetObjectResults otherBean)
GetObjectResults(String status, String log, Map<String,Object> object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLog()
Gets value for attribute logMap<String,Object>
getObject()
Gets value for attribute objectString
getStatus()
Gets value for attribute statusvoid
setLog(String log)
Sets value for attribute logvoid
setObject(Map<String,Object> object)
Sets value for attribute objectvoid
setStatus(String status)
Sets value for attribute statusString
toString()
Returns a string representation of the value object.
-