mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02:00
Add promotional fields in GenerateAllocationTokensCommand
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=246579125
This commit is contained in:
parent
c9ee5c3fb3
commit
e9d220e6f3
4 changed files with 172 additions and 34 deletions
|
@ -182,6 +182,10 @@ public class AllocationToken extends BackupGroupRoot implements Buildable {
|
|||
return tokenType;
|
||||
}
|
||||
|
||||
public TimedTransitionProperty<TokenStatus, TokenStatusTransition> getTokenStatusTransitions() {
|
||||
return tokenStatusTransitions;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Builder asBuilder() {
|
||||
return new Builder(clone(this));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue