Class AbstractPlanIdentifierProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.plan.AbstractPlanIdentifierProperties
- All Implemented Interfaces:
EntityProperties
- Direct Known Subclasses:
PlanBranchIdentifierProperties
,PlanIdentifierProperties
-
Field Summary
Modifier and TypeFieldDescriptionprotected final BambooKeyProperties
protected final BambooOidProperties
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractPlanIdentifierProperties
(@Nullable BambooKeyProperties key, @Nullable BambooOidProperties oid) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable BambooKeyProperties
getKey()
@Nullable BambooOidProperties
getOid()
int
hashCode()
boolean
boolean
toString()
void
validate()
-
Field Details
-
key
-
oid
-
-
Constructor Details
-
AbstractPlanIdentifierProperties
protected AbstractPlanIdentifierProperties() -
AbstractPlanIdentifierProperties
public AbstractPlanIdentifierProperties(@Nullable @Nullable BambooKeyProperties key, @Nullable @Nullable BambooOidProperties oid) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
getKey
-
isKeyDefined
public boolean isKeyDefined() -
getOid
-
isOidDefined
public boolean isOidDefined() -
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
-