Add promotional fields in GenerateAllocationTokensCommand

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=246579125
This commit is contained in:
gbrodman 2019-05-03 14:57:08 -07:00 committed by jianglai
parent c9ee5c3fb3
commit e9d220e6f3
4 changed files with 172 additions and 34 deletions

View file

@ -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));