Class LabelProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.label.LabelProperties
-
- All Implemented Interfaces:
EntityProperties
- Direct Known Subclasses:
EmptyLabelsListProperties
@Immutable public class LabelProperties extends java.lang.Object implements EntityProperties
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLabelProperties()LabelProperties(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetName()inthashCode()voidvalidate()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-