Class EnvVariableChoice
- java.lang.Object
-
- org.cyclonedx.model.formulation.common.EnvVariableChoice
-
public class EnvVariableChoice extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private PropertyenvironmentVarprivate java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description EnvVariableChoice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)PropertygetEnvironmentVar()java.lang.StringgetValue()inthashCode()voidsetEnvironmentVar(Property environmentVar)voidsetValue(java.lang.String value)
-
-
-
Field Detail
-
value
private java.lang.String value
-
environmentVar
private Property environmentVar
-
-
Method Detail
-
getValue
public java.lang.String getValue()
-
setValue
public void setValue(java.lang.String value)
-
getEnvironmentVar
public Property getEnvironmentVar()
-
setEnvironmentVar
public void setEnvironmentVar(Property environmentVar)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-