public static class TranslatorUtils.RawUnionValue extends Object
| Constructor and Description |
|---|
RawUnionValue(String unionTag,
Object value)
Constructs a partial union from the given union tag and value.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getUnionTag() |
Object |
getValue() |
int |
hashCode() |
String |
toString() |
Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.