@Immutable public class AbstractPlanIdentifierProperties extends Object implements EntityProperties
Modifier and Type | Field and Description |
---|---|
protected BambooKeyProperties |
key |
protected BambooOidProperties |
oid |
Modifier | Constructor and Description |
---|---|
protected |
AbstractPlanIdentifierProperties() |
|
AbstractPlanIdentifierProperties(BambooKeyProperties key,
BambooOidProperties oid) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BambooKeyProperties |
getKey() |
BambooOidProperties |
getOid() |
int |
hashCode() |
boolean |
isKeyDefined() |
boolean |
isOidDefined() |
String |
toString() |
void |
validate() |
protected final BambooKeyProperties key
protected final BambooOidProperties oid
protected AbstractPlanIdentifierProperties()
public AbstractPlanIdentifierProperties(@Nullable BambooKeyProperties key, @Nullable BambooOidProperties oid) throws PropertiesValidationException
PropertiesValidationException
@Nullable public BambooKeyProperties getKey()
public boolean isKeyDefined()
@Nullable public BambooOidProperties getOid()
public boolean isOidDefined()
public void validate()
validate
in interface EntityProperties
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.