Class BambooKeyProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.BambooKeyProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public final class BambooKeyProperties extends java.lang.Object implements EntityProperties
-
-
Constructor Summary
Constructors Constructor Description BambooKeyProperties(@NotNull java.lang.String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull java.lang.StringgetKey()inthashCode()java.lang.StringtoString()voidvalidate()
-
-
-
Constructor Detail
-
BambooKeyProperties
public BambooKeyProperties(@NotNull @NotNull java.lang.String key) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getKey
@NotNull public @NotNull java.lang.String getKey()
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-