mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Add getter to CheckData
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141926948
This commit is contained in:
parent
2a1526209a
commit
c281f54def
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@ public abstract class CheckData extends ImmutableObject implements ResponseData
|
|||
return avail;
|
||||
}
|
||||
|
||||
public String getValue() {
|
||||
return value;
|
||||
}
|
||||
|
||||
protected static <T extends CheckNameOrID> T init(T instance, boolean avail, String value) {
|
||||
instance.avail = avail;
|
||||
instance.value = value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue