Class EnvVariableChoice

java.lang.Object
org.cyclonedx.model.formulation.common.EnvVariableChoice

public class EnvVariableChoice extends Object
  • Field Details

    • value

      private String value
    • environmentVar

      private Property environmentVar
  • Constructor Details

    • EnvVariableChoice

      public EnvVariableChoice()
  • Method Details

    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getEnvironmentVar

      public Property getEnvironmentVar()
    • setEnvironmentVar

      public void setEnvironmentVar(Property environmentVar)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object