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