Class VariableProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.VariableProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public final class VariableProperties extends java.lang.Object implements EntityProperties
-
-
Field Summary
Fields Modifier and Type Field Description booleancreateOnlyjava.lang.Stringnamejava.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description VariableProperties(@NotNull java.lang.String name, @NotNull java.lang.String value, boolean createOnly)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetName()java.lang.StringgetValue()inthashCode()booleanisCreateOnly()voidvalidate()
-
-
-
Constructor Detail
-
VariableProperties
public VariableProperties(@NotNull @NotNull java.lang.String name, @NotNull @NotNull java.lang.String value, boolean createOnly) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getName
public java.lang.String getName()
-
getValue
public java.lang.String getValue()
-
isCreateOnly
public boolean isCreateOnly()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-