public class Any extends Object implements Serializable
| Constructor and Description |
|---|
Any()
No args constructor for use in serialization
|
Any(String typeUrl,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeUrl() |
String |
getValue() |
void |
setTypeUrl(String typeUrl) |
void |
setValue(String value) |
Copyright © 2017–2018 Red Hat. All rights reserved.