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 StringgetDescription()Gets value for attribute descriptionLonggetId()Gets value for attribute idList<String>getJumpServers()Gets value for attribute jumpServersStringgetName()Gets value for attribute nameStringgetPassword()Gets value for attribute passwordStringgetStoreUrl()Gets value for attribute storeUrlStringgetStoreUserName()Gets value for attribute storeUserNamevoidsetDescription(String description)Sets value for attribute descriptionvoidsetId(Long id)Sets value for attribute idvoidsetJumpServers(List<String> jumpServers)Sets value for attribute jumpServersvoidsetName(String name)Sets value for attribute namevoidsetPassword(String password)Sets value for attribute passwordvoidsetStoreUrl(String storeUrl)Sets value for attribute storeUrlvoidsetStoreUserName(String storeUserName)Sets value for attribute storeUserNameStringtoString()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
-
-