Package com.soffid.iam.pam.api
Class HostPort
java.lang.Object
com.soffid.iam.pam.api.HostPort
- All Implemented Interfaces:
Serializable
ValueObject HostPort
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute descriptionGets value for attribute hostIdGets value for attribute hostNamegetId()Gets value for attribute idgetPort()Gets value for attribute portvoidsetDescription(String description) Sets value for attribute descriptionvoidSets value for attribute hostIdvoidsetHostName(String hostName) Sets value for attribute hostNamevoidSets value for attribute idvoidSets value for attribute porttoString()Returns a string representation of the value object.
-
Constructor Details
-
HostPort
public HostPort() -
HostPort
-
HostPort
-
HostPort
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getHostId
Gets value for attribute hostId -
setHostId
Sets value for attribute hostId -
getHostName
Gets value for attribute hostName -
setHostName
Sets value for attribute hostName -
getPort
Gets value for attribute port -
setPort
Sets value for attribute port -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
toString
Returns a string representation of the value object.
-