public class IntOrString extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
IntOrString.Deserializer |
static class |
IntOrString.Serializer |
| Constructor and Description |
|---|
IntOrString() |
IntOrString(Object value) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getIntVal()
Get Integer value
|
String |
getStrVal()
Get String value
|
Object |
getValue()
Get Raw enclosed object.
|
public IntOrString()
public IntOrString(Object value)
Copyright © 2015–2022 Red Hat. All rights reserved.