mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 17:01:51 +02:00
Move the AllocationToken entity to the token subpackage
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=204485366
This commit is contained in:
parent
35110927d6
commit
df5d9957f7
12 changed files with 19 additions and 19 deletions
|
@ -145,12 +145,6 @@ enum google.registry.model.contact.PostalInfo$Type {
|
|||
INTERNATIONALIZED;
|
||||
LOCALIZED;
|
||||
}
|
||||
class google.registry.model.domain.AllocationToken {
|
||||
@Id java.lang.String token;
|
||||
com.googlecode.objectify.Key<google.registry.model.reporting.HistoryEntry> redemptionHistoryEntry;
|
||||
google.registry.model.CreateAutoTimestamp creationTime;
|
||||
google.registry.model.UpdateAutoTimestamp updateTimestamp;
|
||||
}
|
||||
class google.registry.model.domain.DesignatedContact {
|
||||
com.googlecode.objectify.Key<google.registry.model.contact.ContactResource> contact;
|
||||
google.registry.model.domain.DesignatedContact$Type type;
|
||||
|
@ -307,6 +301,12 @@ class google.registry.model.domain.secdns.DelegationSignerData {
|
|||
int digestType;
|
||||
int keyTag;
|
||||
}
|
||||
class google.registry.model.domain.token.AllocationToken {
|
||||
@Id java.lang.String token;
|
||||
com.googlecode.objectify.Key<google.registry.model.reporting.HistoryEntry> redemptionHistoryEntry;
|
||||
google.registry.model.CreateAutoTimestamp creationTime;
|
||||
google.registry.model.UpdateAutoTimestamp updateTimestamp;
|
||||
}
|
||||
class google.registry.model.eppcommon.AuthInfo$PasswordAuth {
|
||||
java.lang.String repoId;
|
||||
java.lang.String value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue