Package com.soffid.iam.pam.api
Class JumpServerGroup
java.lang.Object
com.soffid.iam.pam.api.JumpServerGroup
- All Implemented Interfaces:
Serializable
ValueObject JumpServerGroup
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJumpServerGroup(JumpServerGroup otherBean) JumpServerGroup(Long id, String name, String description, String storeUrl, String storeUserName, String password, List<String> jumpServers) JumpServerGroup(String name, String storeUrl, String storeUserName, String password) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute descriptiongetId()Gets value for attribute idGets value for attribute jumpServersgetName()Gets value for attribute nameGets value for attribute passwordGets value for attribute storeUrlGets value for attribute storeUserNamevoidsetDescription(String description) Sets value for attribute descriptionvoidSets value for attribute idvoidsetJumpServers(List<String> jumpServers) Sets value for attribute jumpServersvoidSets value for attribute namevoidsetPassword(String password) Sets value for attribute passwordvoidsetStoreUrl(String storeUrl) Sets value for attribute storeUrlvoidsetStoreUserName(String storeUserName) Sets value for attribute storeUserNametoString()Returns a string representation of the value object.
-
Constructor Details
-
JumpServerGroup
public JumpServerGroup() -
JumpServerGroup
-
JumpServerGroup
-
JumpServerGroup
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getStoreUrl
Gets value for attribute storeUrl -
setStoreUrl
Sets value for attribute storeUrl -
getStoreUserName
Gets value for attribute storeUserName -
setStoreUserName
Sets value for attribute storeUserName -
getPassword
Gets value for attribute password -
setPassword
Sets value for attribute password -
getJumpServers
Gets value for attribute jumpServers -
setJumpServers
Sets value for attribute jumpServers -
toString
Returns a string representation of the value object.
-