mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00:00
Add getter to CheckData
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141926948
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user