Package com.soffid.iam.rc.api
Class IssueHost
java.lang.Object
com.soffid.iam.rc.api.IssueHost
- All Implemented Interfaces:
Serializable
ValueObject IssueHost
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute actionGets value for attribute hostIdGets value for attribute hostIpGets value for attribute hostNamevoidsetAction(HostEventAction action) Sets value for attribute actionvoidSets value for attribute hostIdvoidSets value for attribute hostIpvoidsetHostName(String hostName) Sets value for attribute hostNametoString()Returns a string representation of the value object.
-
Constructor Details
-
IssueHost
public IssueHost() -
IssueHost
-
IssueHost
-
IssueHost
-
-
Method Details
-
getAction
Gets value for attribute action -
setAction
Sets value for attribute action -
getHostId
Gets value for attribute hostId -
setHostId
Sets value for attribute hostId -
getHostName
Gets value for attribute hostName -
setHostName
Sets value for attribute hostName -
getHostIp
Gets value for attribute hostIp -
setHostIp
Sets value for attribute hostIp -
toString
Returns a string representation of the value object.
-