Class JumpServerGroup

java.lang.Object
com.soffid.iam.pam.api.JumpServerGroup
All Implemented Interfaces:
Serializable

public class JumpServerGroup extends Object implements Serializable
ValueObject JumpServerGroup
See Also:
  • Constructor Details

  • Method Details

    • 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
    • getJumpServers

      public List<String> getJumpServers()
      Gets value for attribute jumpServers
    • setJumpServers

      public void setJumpServers(List<String> jumpServers)
      Sets value for attribute jumpServers
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object