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 StringgetLog()Gets value for attribute logMap<String,Object>getObject()Gets value for attribute objectStringgetStatus()Gets value for attribute statusvoidsetLog(String log)Sets value for attribute logvoidsetObject(Map<String,Object> object)Sets value for attribute objectvoidsetStatus(String status)Sets value for attribute statusStringtoString()Returns a string representation of the value object.
-