Package com.soffid.iam.api
Class JumpServerGroup
- java.lang.Object
-
- com.soffid.iam.api.JumpServerGroup
-
- All Implemented Interfaces:
Serializable
public class JumpServerGroup extends Object implements Serializable
ValueObject JumpServerGroup- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JumpServerGroup()
JumpServerGroup(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Gets value for attribute descriptionLong
getId()
Gets value for attribute idList<String>
getJumpServers()
Gets value for attribute jumpServersString
getName()
Gets value for attribute nameString
getPassword()
Gets value for attribute passwordString
getStoreUrl()
Gets value for attribute storeUrlString
getStoreUserName()
Gets value for attribute storeUserNamevoid
setDescription(String description)
Sets value for attribute descriptionvoid
setId(Long id)
Sets value for attribute idvoid
setJumpServers(List<String> jumpServers)
Sets value for attribute jumpServersvoid
setName(String name)
Sets value for attribute namevoid
setPassword(String password)
Sets value for attribute passwordvoid
setStoreUrl(String storeUrl)
Sets value for attribute storeUrlvoid
setStoreUserName(String storeUserName)
Sets value for attribute storeUserNameString
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
JumpServerGroup
public JumpServerGroup()
-
JumpServerGroup
public JumpServerGroup(Long id, String name, String description, String storeUrl, String storeUserName, String password, List<String> jumpServers)
-
JumpServerGroup
public JumpServerGroup(String name, String storeUrl, String storeUserName, String password)
-
JumpServerGroup
public JumpServerGroup(JumpServerGroup otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
getDescription
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getStoreUrl
public String getStoreUrl()
Gets value for attribute storeUrl
-
setStoreUrl
public void setStoreUrl(String storeUrl)
Sets value for attribute storeUrl
-
getStoreUserName
public String getStoreUserName()
Gets value for attribute storeUserName
-
setStoreUserName
public void setStoreUserName(String storeUserName)
Sets value for attribute storeUserName
-
getPassword
public String getPassword()
Gets value for attribute password
-
setPassword
public void setPassword(String password)
Sets value for attribute password
-
setJumpServers
public void setJumpServers(List<String> jumpServers)
Sets value for attribute jumpServers
-
-