Class SecretProjAssocBean

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

public class SecretProjAssocBean extends Object
  • Constructor Details

    • SecretProjAssocBean

      public SecretProjAssocBean()
    • SecretProjAssocBean

      public SecretProjAssocBean(Long id, String projectId, Long secretId)
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getProjectId

      public String getProjectId()
    • setProjectId

      public void setProjectId(String projectId)
    • getSecretId

      public Long getSecretId()
    • setSecretId

      public void setSecretId(Long secretId)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object