Package com.soffid.iam.sync.api
Class GetObjectResults
java.lang.Object
com.soffid.iam.sync.api.GetObjectResults
- All Implemented Interfaces:
Serializable
ValueObject GetObjectResults
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLog()Gets value for attribute logGets value for attribute objectGets value for attribute statusvoidSets value for attribute logvoidSets value for attribute objectvoidSets value for attribute statustoString()Returns a string representation of the value object.
-
Constructor Details
-
GetObjectResults
public GetObjectResults() -
GetObjectResults
-
GetObjectResults
-
-
Method Details
-
getStatus
Gets value for attribute status -
setStatus
Sets value for attribute status -
getLog
Gets value for attribute log -
setLog
Sets value for attribute log -
getObject
Gets value for attribute object -
setObject
Sets value for attribute object -
toString
Returns a string representation of the value object.
-