Class RuleSecretBean

java.lang.Object
com.codebarrel.automation.api.secrets.RuleSecretBean

public class RuleSecretBean extends Object
  • Constructor Details

    • RuleSecretBean

      public RuleSecretBean()
    • RuleSecretBean

      public RuleSecretBean(Long id, String key, String value, Set<String> projects)
    • RuleSecretBean

      public RuleSecretBean(Long id, String key, String value)
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getProjects

      public Set<String> getProjects()
    • setProjects

      public void setProjects(Set<String> projects)
    • sanitize

      public RuleSecretBean sanitize()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object