@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(@Nullable BambooKeyProperties key,
@Nullable BambooOidProperties oid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@Nullable BambooKeyProperties |
getKey() |
@Nullable 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
@Nullable BambooKeyProperties key,
@Nullable
@Nullable BambooOidProperties oid)
throws PropertiesValidationException
PropertiesValidationException@Nullable public @Nullable BambooKeyProperties getKey()
public boolean isKeyDefined()
@Nullable public @Nullable BambooOidProperties getOid()
public boolean isOidDefined()
public void validate()
validate in interface EntityPropertiesCopyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.