Package com.soffid.iam.rc.api
Class IssueBrowser
java.lang.Object
com.soffid.iam.rc.api.IssueBrowser
- All Implemented Interfaces:
Serializable
ValueObject IssueBrowser
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIssueBrowser(HostEventAction action, Long browserId, String type) IssueBrowser(HostEventAction action, Long browserId, String type, String hostIp) IssueBrowser(IssueBrowser otherBean) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute actionGets value for attribute browserIdGets value for attribute hostIpgetType()Gets value for attribute typevoidsetAction(HostEventAction action) Sets value for attribute actionvoidsetBrowserId(Long browserId) Sets value for attribute browserIdvoidSets value for attribute hostIpvoidSets value for attribute typetoString()Returns a string representation of the value object.
-
Constructor Details
-
IssueBrowser
public IssueBrowser() -
IssueBrowser
-
IssueBrowser
-
IssueBrowser
-
-
Method Details
-
getAction
Gets value for attribute action -
setAction
Sets value for attribute action -
getBrowserId
Gets value for attribute browserId -
setBrowserId
Sets value for attribute browserId -
getType
Gets value for attribute type -
setType
Sets value for attribute type -
getHostIp
Gets value for attribute hostIp -
setHostIp
Sets value for attribute hostIp -
toString
Returns a string representation of the value object.
-